Updated RubySpec source to 55122684.
[rbx.git] / spec / frozen / 1.8 / core / kernel / object_id_spec.rb
blobe8dceb85ac296c55ef484a372d42acb68cf9c556
1 require File.dirname(__FILE__) + '/../../spec_helper'
2 require File.dirname(__FILE__) + '/fixtures/classes'
3 require File.dirname(__FILE__) + '/shared/object_id'
5 describe "Object.object_id" do
6   it_behaves_like(:kernel_object_id, :object_id) 
7 end
9 describe "Kernel#object_id" do
10   it "needs to be reviewed for spec completeness"
11 end