Class Hydra::Listener::MinimalOutput
In: lib/hydra/listener/minimal_output.rb
Parent: Hydra::Listener::Abstract

Minimal output listener. Outputs all the files at the start of testing and outputs a ./F/E per file. As well as full error output, if any.

Methods

Public Instance methods

For each file, just output a . for a successful file, or the Failure/Error output from the tests

output a starting message

output a finished message

[Validate]