Method: RSpec::Core::Configuration#pending_failure_output
- Defined in:
- lib/rspec/core/configuration.rb
#pending_failure_output ⇒ void
Format the output for pending examples. Can be set to:
- :full (default) - pending examples appear similarly to failures
- :no_backtrace - same as above, but with no backtrace
- :skip - do not show the section at all return [Symbol]
472 |
# File 'lib/rspec/core/configuration.rb', line 472 add_read_only_setting :pending_failure_output |