aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/hash/has_key_spec.rb
blob: 1d2aa279f11c16152ae2d2ba4f8f42516f451562 (plain)
1
2
3
4
5
6
7
8
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../fixtures/classes', __FILE__)
require File.expand_path('../shared/key', __FILE__)

describe "Hash#has_key?" do
  it_behaves_like(:hash_key_p, :has_key?)
end