Skip to content

Instantly share code, notes, and snippets.

@psstoev
psstoev / sample_spec2.1.rb
Created October 26, 2011 17:05
Ruby homework2 additional tests
describe Collection do
let(:additional_tags) do
{
'John Coltrane' => %w[saxophone],
'Bach' => %w[piano polyphony],
}
end
let(:input) do
<<-END