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

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