Module: Rspec::Watchdog
- Defined in:
- lib/rspec/watchdog.rb,
lib/rspec/watchdog/version.rb
Defined Under Namespace
Classes: Configuration, Error
Constant Summary collapse
- VERSION =
'0.1.5'
Class Attribute Summary collapse
-
.config ⇒ Object
Returns the value of attribute config.
Class Method Summary collapse
Class Attribute Details
.config ⇒ Object
Returns the value of attribute config.
11 12 13 |
# File 'lib/rspec/watchdog.rb', line 11 def config @config end |
Class Method Details
.configure {|config| ... } ⇒ Object
13 14 15 16 |
# File 'lib/rspec/watchdog.rb', line 13 def configure self.config ||= Configuration.new yield(config) if block_given? end |