Fix new rubocop warnings
This commit is contained in:
parent
2f6a583510
commit
f7a35c5895
18 changed files with 45 additions and 48 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue