remove stray puts in test"

This commit is contained in:
maxwell 2011-03-22 12:32:48 -07:00
parent a036a8035f
commit 413acc59ca

View file

@ -47,7 +47,6 @@ describe Notifier do
it 'has the layout' do it 'has the layout' do
mail = Notifier.single_admin("Welcome to bureaucracy!", user) mail = Notifier.single_admin("Welcome to bureaucracy!", user)
puts mail.body.encoded
mail.body.encoded.should match /manage your email settings/ mail.body.encoded.should match /manage your email settings/
end end
end end