diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index c165065..164ba78 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -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'