Update GETTING_STARTED.md

rails_helper is the file that needs to be updated not spec_helper
This commit is contained in:
alwahsh.ahmed@gmail.com 2016-09-17 08:59:41 +02:00 committed by Joshua Clayton
parent 903d4325fe
commit e75826f02d
No known key found for this signature in database
GPG Key ID: 5B6558F77E9A8118
1 changed files with 1 additions and 1 deletions

View File

@ -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'