1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

fix typo in GETTING_STARTED

This commit is contained in:
Mark Rushakoff 2012-04-19 12:42:25 -07:00
parent aa81d2f96f
commit 4682ab0701

View file

@ -684,7 +684,7 @@ Custom Construction
If you want to use factory_girl to construct an object where some attributes
are passed to `initialize` or if you want to do something other than simply
calling `new` on your build class, you can override the default behavior by
defining `to_initialize` on your factory. Example:
defining `initialize_with` on your factory. Example:
```ruby
# user.rb