remove puts
This commit is contained in:
parent
5392b5c6ef
commit
ccaa9465ec
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue