Fixed typo in README example

This commit is contained in:
Joe Ferris 2011-01-24 12:34:31 -05:00
parent 36e01aecd6
commit 0a673827e8
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ And it's also possible to define an in-line sequence that is only used in
a particular factory:
factory :user do
f.sequence(:email) {|n| "person#{n}@example.com" }
sequence(:email) {|n| "person#{n}@example.com" }
end
Callbacks