summaryrefslogtreecommitdiff
path: root/spec/ruby/core/hash/has_key_spec.rb
blob: 90762ec4f34f95ef0d2785034b933e065b2d606c (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