Class | Spec::Runner::Formatter::FailingBehavioursFormatter |
In: |
lib/spec/runner/formatter/failing_behaviours_formatter.rb
|
Parent: | BaseTextFormatter |
# File lib/spec/runner/formatter/failing_behaviours_formatter.rb, line 5 5: def add_behaviour(behaviour_name) 6: if behaviour_name =~ /(.*) \(druby.*\)$/ 7: @behaviour_name = $1 8: else 9: @behaviour_name = behaviour_name 10: end 11: end
# File lib/spec/runner/formatter/failing_behaviours_formatter.rb, line 21 21: def dump_failure(counter, failure) 22: end
# File lib/spec/runner/formatter/failing_behaviours_formatter.rb, line 24 24: def dump_summary(duration, example_count, failure_count, pending_count) 25: end