From 49a47fa5de58a073e1ad43023994536e22a8ca3d Mon Sep 17 00:00:00 2001 From: Gabe Berke-Williams Date: Thu, 28 Jul 2011 10:57:07 -0300 Subject: [PATCH] Edited GETTING_STARTED.md via GitHub --- GETTING_STARTED.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 9ff44f1..f83d633 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -308,6 +308,13 @@ To set the attributes for each of the factories, you can pass in a hash as you n twenty_year_olds = FactoryGirl.build_list(:user, 25, :date_of_birth => 20.years.ago) +Cucumber Integration +-------------------- + +factory_girl ships with step definitions that make calling factories from Cucumber easier. To use them: + + require 'factory_girl/step_definitions' + Alternate Syntaxes ------------------