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

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