summaryrefslogtreecommitdiff
path: root/spec/rubyspec/library/set/sortedset/length_spec.rb
blob: d829b3e08ebbe5b848fcf0130f0d69fdf4c9081b (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#length" do
  it_behaves_like :sorted_set_length, :length
end