From 6c30ae380e330af8c2d1a1aa6f6c6f9ed643d76c Mon Sep 17 00:00:00 2001 From: Omar Vargas Date: Thu, 15 Sep 2011 13:22:21 -0500 Subject: [PATCH] Even more specific instructions for cucumber integration --- GETTING_STARTED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 2bbceda32..7bcf45a17 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -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'