X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0ef4a299bb709bedf0215dd1d66881eda10badb7..f8ed06b10dadae1a6e3942bbd29e5193437c8ea9:/test/lib/bounding_box_test.rb?ds=sidebyside diff --git a/test/lib/bounding_box_test.rb b/test/lib/bounding_box_test.rb index d176e0fa7..9143fcd81 100644 --- a/test/lib/bounding_box_test.rb +++ b/test/lib/bounding_box_test.rb @@ -222,7 +222,7 @@ class BoundingBoxTest < ActiveSupport::TestCase end def test_complete - assert_not @bbox_from_nils.complete?, "should contain a nil" + assert_not_predicate @bbox_from_nils, :complete?, "should contain a nil" assert_predicate @bbox_from_string, :complete?, "should not contain a nil" end