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:
parent
fc118d0b41
commit
087c66d183
1 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue