Method: RSpec::Core::Formatters::DocumentationFormatter#example_failed
- Defined in:
- lib/rspec/core/formatters/documentation_formatter.rb
#example_failed(example) ⇒ Object
37 38 39 40 |
# File 'lib/rspec/core/formatters/documentation_formatter.rb', line 37 def example_failed(example) super(example) output.puts failure_output(example, example.execution_result[:exception]) end |