]> git.openstreetmap.org Git - rails.git/blobdiff - test/system/issues_test.rb
Fix some new rubocop warnings
[rails.git] / test / system / issues_test.rb
index ebf1d272a5015a481679a680acd959c9e398e093..1fdbe1373a51f43cea0f4f6d0158e09c56361c8a 100644 (file)
@@ -83,7 +83,7 @@ class IssuesTest < ApplicationSystemTestCase
     assert page.has_content?("test comment")
 
     issue.reload
-    assert_equal issue.comments.first.body, "test comment"
+    assert_equal("test comment", issue.comments.first.body)
   end
 
   def test_reassign_issue