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.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/integration/api_test/groups_test.rb b/test/integration/api_test/groups_test.rb
index 550eb50e5..1efeaaa21 100644
--- a/test/integration/api_test/groups_test.rb
+++ b/test/integration/api_test/groups_test.rb
@@ -20,10 +20,6 @@ require File.expand_path('../../../test_helper', __FILE__)
class Redmine::ApiTest::GroupsTest < Redmine::ApiTest::Base
fixtures :users, :groups_users
- def setup
- Setting.rest_api_enabled = '1'
- end
-
test "GET /groups.xml should require authentication" do
get '/groups.xml'
assert_response 401