# File lib/spec/runner/formatter/failing_example_groups_formatter.rb, line 16 16: def dump_failure(counter, failure) 17: end
# File lib/spec/runner/formatter/failing_example_groups_formatter.rb, line 19 19: def dump_summary(duration, example_count, failure_count, pending_count) 20: end
# File lib/spec/runner/formatter/failing_example_groups_formatter.rb, line 7 7: def example_failed(example, counter, failure) 8: if @example_group 9: @output.puts @example_group.description.gsub(/ \(druby.*\)/,"") 10: 11: @output.flush 12: @example_group = nil 13: end 14: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.