]> git.openstreetmap.org Git - rails.git/blobdiff - test/system/report_diary_entry_test.rb
Fix new rubocop warnings
[rails.git] / test / system / report_diary_entry_test.rb
index 0800e1541aa5da7e49570894f2ff477cac5922bc..efb1070653de48b766cdaf7c5dc6221cdd5bbf97 100644 (file)
@@ -54,7 +54,7 @@ class ReportDiaryEntryTest < ApplicationSystemTestCase
 
     issue.reload
     assert_not issue.resolved?
-    assert issue.open?
+    assert_predicate issue, :open?
   end
 
   def test_missing_report_params