Class: AktionTest::Module::Faker
- 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
#prepare ⇒ Object
4 5 6 |
# File 'lib/aktion_test/module/faker.rb', line 4 def prepare require 'faker' end |