summaryrefslogtreecommitdiff
path: root/spec/ruby/core/kernel/object_id_spec.rb
blob: ef9e80c831924eceeb3dbe6e695202f62f57f035 (plain)
1
2
3
4
5
6
require_relative '../../spec_helper'
require_relative '../../shared/kernel/object_id'

describe "Kernel#object_id" do
  it_behaves_like :object_id, :object_id, Object
end