diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2016-07-12 22:17:00 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2016-07-12 22:17:00 +0800 |
commit | 20d8de8f673e040282ad0811fb8af8fa97aa3e92 (patch) | |
tree | 7a170d2d7b1dacda2be8baf1e80b5e7eb77c6ee7 /spec/support | |
parent | 850bb6db2facf570a7e0933bbf555f764aeac601 (diff) | |
download | gitlab-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.rb | 8 |
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 |