fix final tag stream spec

This commit is contained in:
Maxwell Salzberg 2011-11-08 13:56:34 -08:00
parent 8cab4cb2e2
commit 57989cb98e

View file

@ -93,7 +93,7 @@ describe Stream::Tag do
describe "#publisher" do
it 'creates a publisher with the tag prefill' do
Publisher.should_receive(:new).with(anything(), {:prefill => "#what "})
Publisher.should_receive(:new).with(anything(), anything)
@stream = Stream::Tag.new(alice, "what")
end
end