diff --git a/README.md b/README.md index 76e8d06..51f6050 100644 --- a/README.md +++ b/README.md @@ -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