Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/about_objects.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_objects_can_be_inspected

def test_every_object_has_an_id
obj = Object.new
assert_equal __(Fixnum), obj.object_id.class
assert obj.object_id.is_a?(__(Integer))
end

def test_every_object_has_different_id
Expand Down