From 4044827e2dbdafdc813b498d0689565530680254 Mon Sep 17 00:00:00 2001 From: Sourav Moitra Date: Wed, 18 Nov 2015 13:58:27 +0530 Subject: [PATCH] link to confguring the test suite --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1d1ddab..46fbbc7 100644 --- a/README.md +++ b/README.md @@ -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).