mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Update GETTING_STARTED.md
rails_helper is the file that needs to be updated not spec_helper
This commit is contained in:
parent
903d4325fe
commit
e75826f02d
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ RSpec.configure do |config|
|
|||
end
|
||||
```
|
||||
|
||||
Remember to require the above file in your spec_helper since the support folder isn't eagerly loaded
|
||||
Remember to require the above file in your rails_helper since the support folder isn't eagerly loaded
|
||||
|
||||
```ruby
|
||||
require 'support/factory_girl'
|
||||
|
|
Loading…
Reference in a new issue