Skip to content

Commit

Permalink
Don't print exceptions - too noisy
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed Jul 30, 2013
1 parent 31ac1b6 commit 4c34144
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions bin/cuke
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,7 @@ module Cucumber
def duration(ms)
end

def exception(exception)
puts
puts red(exception.message)
puts red(exception.backtrace.join("\n"))
puts
def exception(*)
end

private
Expand Down

0 comments on commit 4c34144

Please sign in to comment.