Skip to content

Commit

Permalink
removed stray call to puts
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner committed Mar 28, 2011
1 parent 3b1aeb3 commit cf01ccd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/collect_spec.rb
Expand Up @@ -306,7 +306,6 @@ def rules_with_chaining
s.should_not be_nil
s.size.should == 1

puts "Array.id = #{s[0].id}"
a = s[0]
a.size.should == 5
a[0].object.class.should == A
Expand Down

0 comments on commit cf01ccd

Please sign in to comment.