summaryrefslogtreecommitdiff
path: root/spec/ruby/library/set/sortedset/map_spec.rb
blob: 1d7b5954e5a4472f372b83ea15a64d1bc285cf13 (plain)
1
2
3
4
5
6
7
require_relative '../../../spec_helper'
require 'set'
require_relative 'shared/collect'

describe "SortedSet#map!" do
  it_behaves_like :sorted_set_collect_bang, :map!
end