projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move History to secondary nav
[rails.git]
/
test
/
lib
/
bounding_box_test.rb
diff --git
a/test/lib/bounding_box_test.rb
b/test/lib/bounding_box_test.rb
index d176e0fa78208e794e315191fa280cba4a4dd935..9143fcd81c5d1f3dd110ca59fd0d2cf5c4f40c13 100644
(file)
--- 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