Class: AktionTest::Module::Timecop

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

Instance Method Summary collapse

Methods inherited from Base

#cleanup, #initialize

Constructor Details

This class inherits a constructor from AktionTest::Module::Base

Instance Method Details

#configureObject



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

def configure
  rspec.after { ::Timecop.return }
end

#prepareObject



4
5
6
# File 'lib/aktion_test/module/timecop.rb', line 4

def prepare
  require 'timecop'
end