From ccaa9465ec784818a0392ce771e142d1d063aeb6 Mon Sep 17 00:00:00 2001 From: maxwell Date: Tue, 29 Mar 2011 11:06:44 -0700 Subject: [PATCH] remove puts --- spec/models/profile_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/models/profile_spec.rb b/spec/models/profile_spec.rb index 0f2b2830f..aab27c789 100644 --- a/spec/models/profile_spec.rb +++ b/spec/models/profile_spec.rb @@ -192,7 +192,6 @@ describe Profile do @object.tag_string = '#one #two #three #four #five #six' @object.save @object.tags.count.should == 5 - puts @object.tag_string end it_should_behave_like 'it is taggable' end