Module: Thoreau::Rspec
- Defined in:
- lib/thoreau/rspec.rb,
lib/thoreau/rspec/configuration.rb,
lib/thoreau/rspec/example_helpers.rb
Defined Under Namespace
Modules: ExampleHelpers Classes: Configuration
Class Method Summary collapse
Class Method Details
.config ⇒ Object
15 16 17 |
# File 'lib/thoreau/rspec.rb', line 15 def self.config @config ||= Configuration.new(RSpec.configuration) end |