summaryrefslogtreecommitdiff
path: root/spec/ruby/library/set/append_spec.rb
blob: 8b3498b779db0702910ed058bf8ef5bc90954570 (plain)
1
2
3
4
5
6
7
require_relative '../../spec_helper'
require 'set'
require_relative 'shared/add'

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