Prevent projects tests from deleting fixture files.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7852 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-11-19 16:28:06 +00:00
parent 8fc30940d6
commit 1341dd564b
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ class ApiTest::ProjectsTest < ActionController::IntegrationTest
def setup
Setting.rest_api_enabled = '1'
set_tmp_attachments_directory
end
context "GET /projects" do