Method: RSpec.configuration
- Defined in:
- lib/rspec/core.rb
.configuration ⇒ void
Returns the global Configuration object. While you can use this method to access the configuration, the more common convention is to use RSpec.configure.
85 86 87 |
# File 'lib/rspec/core.rb', line 85 def self.configuration @configuration ||= RSpec::Core::Configuration.new end |