mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Fix dashes
This commit is contained in:
parent
9907826ee5
commit
95b88ac36f
1 changed files with 1 additions and 1 deletions
|
@ -805,7 +805,7 @@ Finally, you can override factory\_girl's own strategies if you'd like by
|
|||
registering a new object in place of the strategies.
|
||||
|
||||
Custom Methods to Persist Objects
|
||||
------------------------------
|
||||
---------------------------------
|
||||
|
||||
By default, creating a record will call `save!` on the instance; since this
|
||||
may not always be ideal, you can override that behavior by defining
|
||||
|
|
Loading…
Reference in a new issue