summaryrefslogtreecommitdiff
path: root/spec/support
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-07-12 22:17:00 +0800
committerLin Jen-Shin <godfat@godfat.org>2016-07-12 22:17:00 +0800
commit20d8de8f673e040282ad0811fb8af8fa97aa3e92 (patch)
tree7a170d2d7b1dacda2be8baf1e80b5e7eb77c6ee7 /spec/support
parent850bb6db2facf570a7e0933bbf555f764aeac601 (diff)
downloadgitlab-ce-remove-unused-helper.tar.gz
We're not using them (and look at the typo)remove-unused-helper
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/relative_url.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/support/relative_url.rb b/spec/support/relative_url.rb
deleted file mode 100644
index 72e3ccce75b..00000000000
--- a/spec/support/relative_url.rb
+++ /dev/null
@@ -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