Fixed duplicate test name.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10986 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-12-11 20:14:39 +00:00
parent 8c7b6012f5
commit 5dd7467061
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ class AttachmentsControllerTest < ActionController::TestCase
assert_response 200
end
def test_show_file_without_container_should_be_allowed_to_author
def test_show_file_without_container_should_be_denied_to_other_users
set_tmp_attachments_directory
attachment = Attachment.create!(:file => uploaded_test_file("testfile.txt", "text/plain"), :author_id => 2)