Class: AktionTest::Module::FactoryGirl
- Inherits:
-
Base
- Object
- Base
- AktionTest::Module::FactoryGirl
show all
- Defined in:
- lib/aktion_test/module/factory_girl.rb
Instance Method Summary
collapse
Methods inherited from Base
#cleanup, #initialize
Instance Method Details
8
9
10
|
# File 'lib/aktion_test/module/factory_girl.rb', line 8
def configure
rspec.include ::FactoryGirl::Syntax::Methods
end
|
#prepare ⇒ Object
4
5
6
|
# File 'lib/aktion_test/module/factory_girl.rb', line 4
def prepare
require 'factory_girl'
end
|