Skip to content

Commit

Permalink
Remove debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
kommen committed Jan 13, 2009
1 parent a918575 commit 2b136bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/entry_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def test_minute_validation

['2ah', '1x0', '50)min'].each do |min|
entry = Freckle::Entry.new(:minutes => min)
puts min
assert !entry.valid?
end
end
Expand Down

0 comments on commit 2b136bf

Please sign in to comment.