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.

Methods

Attributes

example_group  [R] 
output  [R] 

Public Class methods

Creates a new instance that will write to output. If output is a String, output will be written to the File with that name, otherwise output is exected to be an IO (or an object that responds to puts and write).

Public Instance methods

Protected Instance methods

[Validate]