From a61fd16a7796d8a480822199357dae4aa0e00a58 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Tue, 1 Nov 2011 17:07:57 -0700 Subject: [PATCH] fix publisher spec --- spec/lib/publisher_spec.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/lib/publisher_spec.rb b/spec/lib/publisher_spec.rb index ea2d84281..976633222 100644 --- a/spec/lib/publisher_spec.rb +++ b/spec/lib/publisher_spec.rb @@ -21,8 +21,7 @@ describe Publisher do describe '#text' 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" end end