Class: AktionTest::Module::FactoryGirl

Inherits:
Base
  • Object
show all
Defined in:
lib/aktion_test/module/factory_girl.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/factory_girl.rb', line 8

def configure
  rspec.include ::FactoryGirl::Syntax::Methods
end

#prepareObject



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

def prepare
  require 'factory_girl'
end