Method: RSpec::Core::Configuration#warnings?
- Defined in:
- lib/rspec/core/configuration.rb
#warnings? ⇒ Boolean
Returns Whether or not ruby warnings are enabled.
1765 1766 1767 |
# File 'lib/rspec/core/configuration.rb', line 1765 def warnings? $VERBOSE end |