Class: Quarry::Spec::Config
Overview
Spec Configuration
Instance Method Summary collapse
-
#after ⇒ Object
Run at the end of a specification step.
-
#after_spec ⇒ Object
Run at the end of a specification.
-
#before ⇒ Object
Run at the start of the specification step.
-
#before_spec ⇒ Object
Run at the start of a specification.
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
9 10 |
# File 'lib/quarry/config.rb', line 9 def initialize end |
Instance Method Details
#after ⇒ Object
Run at the end of a specification step.
21 22 |
# File 'lib/quarry/config.rb', line 21 def after end |
#after_spec ⇒ Object
Run at the end of a specification.
25 26 |
# File 'lib/quarry/config.rb', line 25 def after_spec end |
#before ⇒ Object
Run at the start of the specification step.
17 18 |
# File 'lib/quarry/config.rb', line 17 def before end |
#before_spec ⇒ Object
Run at the start of a specification.
13 14 |
# File 'lib/quarry/config.rb', line 13 def before_spec end |