diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-11-30 15:10:56 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-11-30 15:10:56 +0000 |
commit | d22029083c486bb4d67bee26cf496f642491890c (patch) | |
tree | d2453eba4852f71e847e0a1529a8e42bf08106d0 /test/integration/api_test/projects_test.rb | |
parent | 78e6717ba70f4b5e24012bc29d3e12c0e38adf04 (diff) | |
download | redmine-d22029083c486bb4d67bee26cf496f642491890c.tar.gz redmine-d22029083c486bb4d67bee26cf496f642491890c.zip |
Pull up #setup and #teardown in API tests.
git-svn-id: http://svn.redmine.org/redmine/trunk@13679 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration/api_test/projects_test.rb')
-rw-r--r-- | test/integration/api_test/projects_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/api_test/projects_test.rb b/test/integration/api_test/projects_test.rb index 32d5eb919..dd25d2101 100644 --- a/test/integration/api_test/projects_test.rb +++ b/test/integration/api_test/projects_test.rb @@ -23,7 +23,7 @@ class Redmine::ApiTest::ProjectsTest < Redmine::ApiTest::Base :attachments, :custom_fields, :custom_values, :time_entries, :issue_categories def setup - Setting.rest_api_enabled = '1' + super set_tmp_attachments_directory end |