summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/api_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/api_test/api_test.rb')
-rw-r--r--test/integration/api_test/api_test.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/integration/api_test/api_test.rb b/test/integration/api_test/api_test.rb
index d076e81eb..7d848c42d 100644
--- a/test/integration/api_test/api_test.rb
+++ b/test/integration/api_test/api_test.rb
@@ -20,8 +20,6 @@
require_relative '../../test_helper'
class Redmine::ApiTest::ApiTest < Redmine::ApiTest::Base
- fixtures :users, :email_addresses, :members, :member_roles, :roles, :projects
-
def test_api_should_work_with_protect_from_forgery
ActionController::Base.allow_forgery_protection = true
assert_difference('User.count') do