fix final tag stream spec
This commit is contained in:
parent
8cab4cb2e2
commit
57989cb98e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue