Method: RSpec::Core::Configuration#only_failures
- Defined in:
- lib/rspec/core/configuration.rb
#only_failures ⇒ void (readonly) Also known as: only_failures?
Indicates if the --only-failures
(or --next-failure
) flag is being used.
199 |
# File 'lib/rspec/core/configuration.rb', line 199 define_reader :only_failures |