Method: RSpec::Core::Configuration#fail_fast
- Defined in:
- lib/rspec/core/configuration.rb
#fail_fast ⇒ void
If specified, indicates the number of failures required before cleaning
up and exit (default: nil). Can also be true to fail and exit on first
failure
211 |
# File 'lib/rspec/core/configuration.rb', line 211 define_reader :fail_fast |