fix publisher spec
This commit is contained in:
parent
7ffeeb142b
commit
a61fd16a77
1 changed files with 1 additions and 2 deletions
|
|
@ -22,7 +22,6 @@ describe Publisher do
|
||||||
describe '#text' do
|
describe '#text' do
|
||||||
it 'is a formatted version of the prefill' do
|
it 'is a formatted version of the prefill' do
|
||||||
p = Publisher.new(alice, :prefill => "@{alice; alice@pod.com}")
|
p = Publisher.new(alice, :prefill => "@{alice; alice@pod.com}")
|
||||||
|
|
||||||
p.text.should == "alice"
|
p.text.should == "alice"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue