Class | Spec::Runner::Formatter::BaseTextFormatter |
In: |
lib/spec/runner/formatter/base_text_formatter.rb
|
Parent: | BaseFormatter |
Baseclass for text-based formatters. Can in fact be used for non-text based ones too - just ignore the output constructor argument.
output | [R] | |
pending_examples | [R] |
Creates a new instance that will write to where. If where is a String, output will be written to the File with that name, otherwise where is exected to be an IO (or an object that responds to puts and write).