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

link to confguring the test suite

This commit is contained in:
Sourav Moitra 2015-11-18 13:58:27 +05:30 committed by Joshua Clayton
parent a44854dc0c
commit 4044827e2d

View file

@ -62,6 +62,9 @@ If you use factory_girl for fixture replacement and already have a
factory_girl_rails will insert new factory definitions at the top of
`factories.rb`.
You may need to configure your test suite to include factory_girl methods; see
[configuration](https://github.com/thoughtbot/factory_girl/blob/master/GETTING_STARTED.md#configure-your-test-suite).
## Contributing
Please see [CONTRIBUTING.md](CONTRIBUTING.md).