prettier exceptions for cucumber. [ci skip]

This commit is contained in:
Parker Moore 2014-08-30 19:42:15 -07:00
parent 7baa56e1b2
commit ca2e291306
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ module Features
def exception(exception, status)
return if @hide_this_step
@io.puts
print_exception(exception, status, @indent)
@io.flush
end