Fix new rubocop warnings

This commit is contained in:
Tom Hughes 2018-06-18 09:00:49 +01:00
parent 2f6a583510
commit f7a35c5895
18 changed files with 45 additions and 48 deletions

View file

@ -222,7 +222,7 @@ class BoundingBoxTest < ActiveSupport::TestCase
end
def test_complete
assert !@bbox_from_nils.complete?, "should contain a nil"
assert_not @bbox_from_nils.complete?, "should contain a nil"
assert @bbox_from_string.complete?, "should not contain a nil"
end