Method: RSpec::Core::Configuration#error_exit_code
- Defined in:
- lib/rspec/core/configuration.rb
#error_exit_code ⇒ Integer
The exit code to return if there are any errors outside examples (default: failure_exit_code)
248 |
# File 'lib/rspec/core/configuration.rb', line 248 add_setting :error_exit_code |