mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
remove wrong expectation
* spec/rubyspec/core/kernel/itself_spec.rb: `object_id` may return different objects for each calls, and the expectation of object identity is done by `equal` matcher which uses `equal?` method. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7678c0d702
commit
eafeb506cd
1 changed files with 0 additions and 1 deletions
|
@ -5,6 +5,5 @@ describe "Kernel#itself" do
|
|||
it "returns the receiver itself" do
|
||||
foo = Object.new
|
||||
foo.itself.should equal foo
|
||||
foo.itself.object_id.should equal foo.object_id
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue