1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00

Fix incorrect escaping [ci skip]

This commit is contained in:
Daniel Colson 2018-12-04 21:50:20 -05:00
parent baffdb9005
commit 48ee6b4131
No known key found for this signature in database
GPG key ID: 88A364BBE77B1353

View file

@ -133,7 +133,7 @@ end
```
To override the [default factory template][], define your own template in
`lib/templates/factory\_bot/models/factories.erb`. This template will have
`lib/templates/factory_bot/models/factories.erb`. This template will have
access to any methods available in `FactoryBot::Generators::ModelGenerator`.
Note that factory\_bot\_rails will only use this custom template if you are
generating each factory in a separate file; it will have no effect if you are