We're not using them (and look at the typo)

This commit is contained in:
Lin Jen-Shin 2016-07-12 22:17:00 +08:00
parent 850bb6db2f
commit 20d8de8f67
2 changed files with 0 additions and 9 deletions

View File

@ -33,7 +33,6 @@ RSpec.configure do |config|
config.include LoginHelpers, type: :request
config.include StubConfiguration
config.include EmailHelpers
config.include RelativeUrl, type: feature
config.include TestEnv
config.include ActiveJob::TestHelper
config.include StubGitlabCalls

View File

@ -1,8 +0,0 @@
# Fix route helpers in tests (e.g. root_path, ...)
module RelativeUrl
extend ActiveSupport::Concern
included do
default_url_options[:script_name] = Rails.application.config.relative_url_root
end
end