diff --git a/spec/mailers/notifier_spec.rb b/spec/mailers/notifier_spec.rb index e81ec4642..da2b815d5 100644 --- a/spec/mailers/notifier_spec.rb +++ b/spec/mailers/notifier_spec.rb @@ -47,7 +47,6 @@ describe Notifier do it 'has the layout' do mail = Notifier.single_admin("Welcome to bureaucracy!", user) - puts mail.body.encoded mail.body.encoded.should match /manage your email settings/ end end