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

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

  describe "SortedSet#+" do
    it_behaves_like :sorted_set_union, :+
  end
end