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

Fixed reference to "stub" build strategy.

This commit is contained in:
Erik Ostrom 2012-08-09 18:16:03 -05:00 committed by Joshua Clayton
parent ed7c86cfed
commit 4bc2bb1d92

View file

@ -101,7 +101,7 @@ are defined in files at the following locations:
Using factories
---------------
factory\_girl supports several different build strategies: build, create, attributes\_for and stub:
factory\_girl supports several different build strategies: build, create, attributes\_for and build\_stubbed:
```ruby
# Returns a User instance that's not saved