Module: Cucumber

Defined in:
lib/cucumber/formatter/pretty_fail.rb

Overview

The strategy of this formatter is to take the pretty formatter and let it write into a fake-io. Then do whatever the progress formatter does. but, in case of an error, print the prettyfied error from the fake-io.

Defined Under Namespace

Modules: Formatter