aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/set/select_spec.rb
blob: 433fbb46171da82d64b3e4e55ce26732bad8d3a5 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/select', __FILE__)

describe "Set#select!" do
  it_behaves_like :set_select_bang, :select!
end