summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/groups_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/api_test/groups_test.rb')
-rw-r--r--test/integration/api_test/groups_test.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/integration/api_test/groups_test.rb b/test/integration/api_test/groups_test.rb
index fa4cbb205..5c39364b1 100644
--- a/test/integration/api_test/groups_test.rb
+++ b/test/integration/api_test/groups_test.rb
@@ -20,8 +20,6 @@
require_relative '../../test_helper'
class Redmine::ApiTest::GroupsTest < Redmine::ApiTest::Base
- fixtures :users, :groups_users, :email_addresses
-
test "GET /groups.xml should require authentication" do
get '/groups.xml'
assert_response :unauthorized