summaryrefslogtreecommitdiff
path: root/spec/ruby/library/set/sortedset/difference_spec.rb
blob: bc3650c55c7ffba4a3435dd35ebbfe11728a229c (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../../spec_helper', __FILE__)
require 'set'
require File.expand_path('../shared/difference', __FILE__)

describe "SortedSet#difference" do
  it_behaves_like :sorted_set_difference, :difference
end