1
0
Fork 0
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:
Joshua Clayton 2012-04-23 22:56:38 -05:00
parent 9907826ee5
commit 95b88ac36f

View file

@ -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