diff options
Diffstat (limited to 'test/integration/api_test/wiki_pages_test.rb')
-rw-r--r-- | test/integration/api_test/wiki_pages_test.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/integration/api_test/wiki_pages_test.rb b/test/integration/api_test/wiki_pages_test.rb index dd4f8eba6..c320604b4 100644 --- a/test/integration/api_test/wiki_pages_test.rb +++ b/test/integration/api_test/wiki_pages_test.rb @@ -22,10 +22,6 @@ class Redmine::ApiTest::WikiPagesTest < Redmine::ApiTest::Base :enabled_modules, :wikis, :wiki_pages, :wiki_contents, :wiki_content_versions, :attachments - def setup - Setting.rest_api_enabled = '1' - end - test "GET /projects/:project_id/wiki/index.xml should return wiki pages" do get '/projects/ecookbook/wiki/index.xml' assert_response 200 |