Class: AktionTest::Module::Base
- Inherits:
-
Object
- Object
- AktionTest::Module::Base
show all
- Defined in:
- lib/aktion_test/module/base.rb
Instance Method Summary
collapse
Constructor Details
#initialize(spec, options = {}) ⇒ Base
Returns a new instance of Base.
4
5
6
7
|
# File 'lib/aktion_test/module/base.rb', line 4
def initialize(spec, options={})
@options, @spec = options, spec
@rspec = ::RSpec.configuration
end
|
Instance Method Details
#cleanup ⇒ Object
15
16
|
# File 'lib/aktion_test/module/base.rb', line 15
def cleanup
end
|
12
13
|
# File 'lib/aktion_test/module/base.rb', line 12
def configure
end
|
#prepare ⇒ Object
9
10
|
# File 'lib/aktion_test/module/base.rb', line 9
def prepare
end
|