We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e70162 + 411e86e commit fb05c50Copy full SHA for fb05c50
1 file changed
src/about_objects.rb
@@ -21,7 +21,7 @@ def test_objects_can_be_inspected
21
22
def test_every_object_has_an_id
23
obj = Object.new
24
- assert_equal __(Fixnum), obj.object_id.class
+ assert obj.object_id.is_a?(__(Integer))
25
end
26
27
def test_every_object_has_different_id
0 commit comments