Class: Quarry::Spec::Config

Inherits:
Object show all
Defined in:
lib/quarry/spec/config.rb

Overview

Spec Configuration

Instance Method Summary collapse

Constructor Details

#initializeConfig

Returns a new instance of Config.



9
10
# File 'lib/quarry/spec/config.rb', line 9

def initialize
end

Instance Method Details

#afterObject

Run at the end of a specification step.



21
22
# File 'lib/quarry/spec/config.rb', line 21

def after
end

#after_specObject

Run at the end of a specification.



25
26
# File 'lib/quarry/spec/config.rb', line 25

def after_spec
end

#beforeObject

Run at the start of the specification step.



17
18
# File 'lib/quarry/spec/config.rb', line 17

def before
end

#before_specObject

Run at the start of a specification.



13
14
# File 'lib/quarry/spec/config.rb', line 13

def before_spec
end