From 413acc59ca62f0e2ecdcae3af2c0437ddb40c6c9 Mon Sep 17 00:00:00 2001
From: maxwell <maxwell@joindiaspora.com>
Date: Tue, 22 Mar 2011 12:32:48 -0700
Subject: [PATCH] remove stray puts in test"

---
 spec/mailers/notifier_spec.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/spec/mailers/notifier_spec.rb b/spec/mailers/notifier_spec.rb
index e81ec46429..da2b815d52 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
-- 
GitLab