From 20d8de8f673e040282ad0811fb8af8fa97aa3e92 Mon Sep 17 00:00:00 2001 From: Lin Jen-Shin Date: Tue, 12 Jul 2016 22:17:00 +0800 Subject: We're not using them (and look at the typo) --- spec/support/relative_url.rb | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 spec/support/relative_url.rb (limited to 'spec/support') 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 -- cgit v1.2.1