]> git.openstreetmap.org Git - rails.git/blobdiff - test/lib/bounding_box_test.rb
Fix new rubocop warnings
[rails.git] / test / lib / bounding_box_test.rb
index 866820a6e2fecf799a9eb18e285e250085409662..d82e2c9ae453b2b6ab4426398ee4f1ef1fcdb4fb 100644 (file)
@@ -223,7 +223,7 @@ class BoundingBoxTest < ActiveSupport::TestCase
 
   def test_complete
     assert_not @bbox_from_nils.complete?, "should contain a nil"
-    assert @bbox_from_string.complete?, "should not contain a nil"
+    assert_predicate @bbox_from_string, :complete?, "should not contain a nil"
   end
 
   def test_centre_lon