diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index 8e7fb7469e..f95bfd24ca 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -14,8 +14,6 @@ require 'selenium/webdriver' # Add additional requires below this line. Rails is not loaded until this point! -require Rails.root.join('spec/spec_helper_system') - # Pull in all the files in spec/support automatically. Dir['./spec/strategies/**/*.rb'].each { |file| require file } diff --git a/spec/spec_helper_system.rb b/spec/support/system_test_config.rb similarity index 100% rename from spec/spec_helper_system.rb rename to spec/support/system_test_config.rb