summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/trackers_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/api_test/trackers_test.rb')
-rw-r--r--test/integration/api_test/trackers_test.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/integration/api_test/trackers_test.rb b/test/integration/api_test/trackers_test.rb
index b9eeafafd..5770e3ed6 100644
--- a/test/integration/api_test/trackers_test.rb
+++ b/test/integration/api_test/trackers_test.rb
@@ -20,8 +20,6 @@
require_relative '../../test_helper'
class Redmine::ApiTest::TrackersTest < Redmine::ApiTest::Base
- fixtures :trackers
-
test "GET /trackers.xml should return trackers" do
Tracker.find(2).update_attribute :core_fields, %w[assigned_to_id due_date]
get '/trackers.xml'