summaryrefslogtreecommitdiff
path: root/spec/ruby/library/set/sortedset/select_spec.rb
blob: fc4c15ee4d12271d1efb64748960d9d48483121f (plain)
1
2
3
4
5
6
7
8
9
10
require_relative '../../../spec_helper'

ruby_version_is ""..."3.0" do
  require_relative 'shared/select'
  require 'set'

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