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

describe "Set#<<" do
  it_behaves_like :set_add, :<<
end