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:
parent
a44854dc0c
commit
4044827e2d
1 changed files with 3 additions and 0 deletions
|
@ -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
|
factory_girl_rails will insert new factory definitions at the top of
|
||||||
`factories.rb`.
|
`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
|
## Contributing
|
||||||
|
|
||||||
Please see [CONTRIBUTING.md](CONTRIBUTING.md).
|
Please see [CONTRIBUTING.md](CONTRIBUTING.md).
|
||||||
|
|
Loading…
Reference in a new issue