Class: AktionTest::Module::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/aktion_test/module/base.rb

Direct Known Subclasses

AktionTest, FactoryGirl, Faker, RSpec, Simplecov, Timecop

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

#cleanupObject



15
16
# File 'lib/aktion_test/module/base.rb', line 15

def cleanup
end

#configureObject



12
13
# File 'lib/aktion_test/module/base.rb', line 12

def configure
end

#prepareObject



9
10
# File 'lib/aktion_test/module/base.rb', line 9

def prepare
end