From 36c17ad8c89e26d347f3b53c9d1009299608f622 Mon Sep 17 00:00:00 2001 From: Joe Ferris Date: Thu, 4 Nov 2010 18:22:27 -0400 Subject: [PATCH] Fixed a mistake in the README --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index a764a12..6e28255 100644 --- a/README.rdoc +++ b/README.rdoc @@ -23,7 +23,7 @@ Gem: Each factory has a name and a set of attributes. The name is used to guess the class of the object by default, but it's possible to explicitly specify it: # This will guess the User class - FactoryGirl.define :user do + FactoryGirl.define do factory :user do first_name 'John' last_name 'Doe'