aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/hash/has_key_spec.rb
blob: 55f17d9ccbae83def83b939b91aca5b93090bef4 (plain)
1
2
3
4
5
6
7
8
require_relative '../../spec_helper'
require_relative 'fixtures/classes'
require_relative 'shared/key'

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