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

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

  describe "SortedSet#size" do
    it_behaves_like :sorted_set_length, :size
  end
end