]> git.openstreetmap.org Git - rails.git/blobdiff - test/system/report_note_test.rb
Merge branch 'master' into next
[rails.git] / test / system / report_note_test.rb
index f885888349a709a3c3c63d968ecd7ddf87273e57..759306e08f30dbc573782ece28576a3ab9d77f08 100644 (file)
@@ -6,7 +6,7 @@ class ReportNoteTest < ApplicationSystemTestCase
     visit browse_note_path(note)
     assert page.has_content?(note.comments.first.body)
 
     visit browse_note_path(note)
     assert page.has_content?(note.comments.first.body)
 
-    assert !page.has_content?(I18n.t("browse.note.report"))
+    assert_not page.has_content?(I18n.t("browse.note.report"))
   end
 
   def test_can_report_anonymous_notes
   end
 
   def test_can_report_anonymous_notes