Even more specific instructions for cucumber integration

This commit is contained in:
Omar Vargas 2011-09-15 13:22:21 -05:00
parent 677341b681
commit 6c30ae380e
1 changed files with 1 additions and 1 deletions

View File

@ -466,7 +466,7 @@ To set the attributes for each of the factories, you can pass in a hash as you n
Cucumber Integration
--------------------
factory_girl ships with step definitions that make calling factories from Cucumber easier. To use them add the following line to the file env.rb:
factory_girl ships with step definitions that make calling factories from Cucumber easier. To use them add the following to features/support/env.rb
require 'factory_girl/step_definitions'