summaryrefslogtreecommitdiff
path: root/spec/ruby/core/hash/select_spec.rb
blob: f8d66d09fd4e79716dfd0ca650c3363cf1030983 (plain)
1
2
3
4
5
6
7
8
9
10
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/select', __FILE__)

describe "Hash#select" do
  it_behaves_like :hash_select, :select
end

describe "Hash#select!" do
  it_behaves_like :hash_select!, :select!
end