Sha256: 99418e3f8823c8e8c5fca0d9b6769bbe0302d2eb3d4d66d229e2db5f07531df3
Contents?: true
Size: 345 Bytes
Versions: 5
Compression:
Stored size: 345 Bytes
Contents
require 'cucumber/formatter/pretty_fail' # Extend Cucumber's builtin formats, so that this # formatter can be used with --format pretty-fail require 'cucumber/cli/main' Cucumber::Cli::Options::BUILTIN_FORMATS["pretty-fail"] = [ "Cucumber::Formatter::PrettyFail", "A cucumber formatter which is concise on success and pretty on failures" ]
Version data entries
5 entries across 5 versions & 1 rubygems