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

describe "SortedSet#select!" do
  it_behaves_like :sorted_set_select_bang, :select!
end