mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Fixed typo in README example
This commit is contained in:
parent
36e01aecd6
commit
0a673827e8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue