remove puts

This commit is contained in:
maxwell 2011-03-29 11:06:44 -07:00
parent 5392b5c6ef
commit ccaa9465ec

View file

@ -192,7 +192,6 @@ describe Profile do
@object.tag_string = '#one #two #three #four #five #six' @object.tag_string = '#one #two #three #four #five #six'
@object.save @object.save
@object.tags.count.should == 5 @object.tags.count.should == 5
puts @object.tag_string
end end
it_should_behave_like 'it is taggable' it_should_behave_like 'it is taggable'
end end