1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove ApplicationController & RoutingTestHelpers

This commit is contained in:
Łukasz Strzałkowski 2013-07-16 16:11:43 +02:00
parent fc118d0b41
commit 087c66d183

View file

@ -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