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:
parent
ed7c86cfed
commit
4bc2bb1d92
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue