Class: AktionTest::Module::Faker

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

Instance Method Summary collapse

Methods inherited from Base

#cleanup, #configure, #initialize

Constructor Details

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

Instance Method Details

#prepareObject



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

def prepare
  require 'faker'
end