diff options
Diffstat (limited to 'test/integration/api_test/files_test.rb')
-rw-r--r-- | test/integration/api_test/files_test.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/integration/api_test/files_test.rb b/test/integration/api_test/files_test.rb index 1a66d445f..10361aab3 100644 --- a/test/integration/api_test/files_test.rb +++ b/test/integration/api_test/files_test.rb @@ -20,15 +20,6 @@ require_relative '../../test_helper' class Redmine::ApiTest::FilesTest < Redmine::ApiTest::Base - fixtures :projects, - :users, - :members, - :roles, - :member_roles, - :enabled_modules, - :attachments, - :versions - test "GET /projects/:project_id/files.xml should return the list of uploaded files" do get '/projects/1/files.xml', :headers => credentials('jsmith') assert_response :success |