summaryrefslogtreecommitdiff
path: root/spec/ruby/core/hash/select_spec.rb
blob: 38b0180b0e6e787234a0e49a116534e4f9b995a5 (plain)
1
2
3
4
5
6
7
8
9
10
require_relative '../../spec_helper'
require_relative 'shared/select'

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

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