Included Modules

Class Index [+]

Quicksearch

Spec::Runner::Formatter::ProgressBarFormatter

Public Instance Methods

example_failed(example, counter, failure) click to toggle source
    # File lib/spec/runner/formatter/progress_bar_formatter.rb, line 10
10:         def example_failed(example, counter, failure)
11:           @output.print colorize_failure('F', failure)
12:           @output.flush
13:         end
example_passed(example) click to toggle source
    # File lib/spec/runner/formatter/progress_bar_formatter.rb, line 15
15:         def example_passed(example)
16:           @output.print green('.')
17:           @output.flush
18:         end
example_pending(example, message, deprecated_pending_location=nil) click to toggle source
    # File lib/spec/runner/formatter/progress_bar_formatter.rb, line 20
20:         def example_pending(example, message, deprecated_pending_location=nil)
21:           super
22:           @output.print yellow('*')
23:           @output.flush
24:         end
start_dump() click to toggle source
    # File lib/spec/runner/formatter/progress_bar_formatter.rb, line 26
26:         def start_dump
27:           @output.puts
28:           @output.flush
29:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.