From d22029083c486bb4d67bee26cf496f642491890c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 30 Nov 2014 15:10:56 +0000 Subject: Pull up #setup and #teardown in API tests. git-svn-id: http://svn.redmine.org/redmine/trunk@13679 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/integration/api_test/versions_test.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/integration/api_test/versions_test.rb') diff --git a/test/integration/api_test/versions_test.rb b/test/integration/api_test/versions_test.rb index 77fd2c0e5..a53c29b07 100644 --- a/test/integration/api_test/versions_test.rb +++ b/test/integration/api_test/versions_test.rb @@ -27,10 +27,6 @@ class Redmine::ApiTest::VersionsTest < Redmine::ApiTest::Base :enabled_modules, :versions - def setup - Setting.rest_api_enabled = '1' - end - test "GET /projects/:project_id/versions.xml should return project versions" do get '/projects/1/versions.xml' -- cgit v1.2.3