]> git.openstreetmap.org Git - rails.git/blobdiff - test/helpers/note_helper_test.rb
Update name of test
[rails.git] / test / helpers / note_helper_test.rb
index eb7b999385fb78268c187c78abf1acf3ced63d92..8495e21a9998f1b2cb52a3b7dfc53f08101a94bd 100644 (file)
@@ -15,6 +15,7 @@ class NoteHelperTest < ActionView::TestCase
 
   def test_note_author
     assert_equal "", note_author(nil)
+    assert_equal "deleted", note_author(users(:deleted_user))
     assert_equal "<a href=\"/user/test2\">test2</a>", note_author(users(:public_user))
     assert_equal "<a href=\"http://test.host/user/test2\">test2</a>", note_author(users(:public_user), :only_path => false)
   end