remove puts
This commit is contained in:
parent
57aa8fd7c3
commit
4fa842de96
1 changed files with 0 additions and 1 deletions
|
|
@ -50,7 +50,6 @@ describe NotificationsHelper do
|
|||
|
||||
it 'with more than three, lists the first three, then the others tag' do
|
||||
@note.stub!(:actors).and_return([@max, @sarah, @daniel, @ilya])
|
||||
puts output
|
||||
output.scan(/,/).count.should be 3
|
||||
output.scan(/and/).count.should be 2
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue