Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ruby/core/objectspace/each_object_spec.rb
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ class ObjectSpaceSpecEachOtherObject; end
ObjectSpaceFixtures::to_be_found_symbols.should include(:top_level_constant)
end

it "finds an object stored in a top-level constant" do
it "finds an object stored in a second-level constant" do
ObjectSpaceFixtures::to_be_found_symbols.should include(:second_level_constant)
end

0 comments on commit 36bffc3

Please sign in to comment.