fix publisher spec

This commit is contained in:
danielgrippi 2011-11-01 17:07:57 -07:00
parent 7ffeeb142b
commit a61fd16a77

View file

@ -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