From 087c66d18337415d0ff5e46f63a9e1fd32afb13c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Strza=C5=82kowski?= Date: Tue, 16 Jul 2013 16:11:43 +0200 Subject: Remove ApplicationController & RoutingTestHelpers --- actionview/test/abstract_unit.rb | 9 --------- 1 file changed, 9 deletions(-) (limited to 'actionview/test') diff --git a/actionview/test/abstract_unit.rb b/actionview/test/abstract_unit.rb index 149a253818..04598e4080 100644 --- a/actionview/test/abstract_unit.rb +++ b/actionview/test/abstract_unit.rb @@ -293,9 +293,6 @@ module ActionController end end -class ::ApplicationController < ActionController::Base -end - module ActionView class TestCase # Must repeat the setup because AV::TestCase is a duplication @@ -333,9 +330,3 @@ module ActionDispatch end end -module RoutingTestHelpers - def url_for(set, options, recall = nil) - set.send(:url_for, options.merge(:only_path => true, :_recall => recall)) - end -end - -- cgit v1.2.3