Add setup comment (#1277)

We used to indicate what file to put the configuration in (we prefer spec/support/factory_bot.rb), but removed it in #1141 because it seemed to be causing unnecessary confusion.

But this continued to come up (#1253 and #1243). This PR puts the instructions back in a hopefully less confusing way.
This commit is contained in:
John Hinnegan 2019-03-24 12:46:09 -04:00 committed by Daniel Colson
parent e7ddcbccc5
commit e0c23ac34d
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Configure your test suite
### RSpec
If you're using Rails:
If you're using Rails, add the following configuration to `spec/support/factory_bot.rb` and be sure to require that file in `rails_helper.rb`:
```ruby
RSpec.configure do |config|