]> source.dussan.org Git - redmine.git/commitdiff
Typo.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 30 Sep 2015 18:50:01 +0000 (18:50 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 30 Sep 2015 18:50:01 +0000 (18:50 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@14629 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/attachment_test.rb

index ffc8fe1cd95ea0cb94e7b8b538c0408d19bb4687..4c3a13151cc4a50f706a7ffa6481e110c6276057 100644 (file)
@@ -190,7 +190,7 @@ class AttachmentTest < ActiveSupport::TestCase
     assert_equal "test.png (Cool image)", a.title
   end
 
-  def test_new_attachment_should_be_editable_by_authot
+  def test_new_attachment_should_be_editable_by_author
     user = User.find(1)
     a = Attachment.new(:author => user)
     assert_equal true, a.editable?(user)