Remove missing integration points of AV extraction

This commit is contained in:
Carlos Antonio da Silva 2013-12-04 23:13:04 -02:00 committed by Łukasz Strzałkowski
parent e064658d64
commit d6eda3ef3c
3 changed files with 1 additions and 5 deletions

View File

@ -246,8 +246,6 @@ class Rack::TestCase < ActionDispatch::IntegrationTest
end
end
ActionController::Base.superclass.send(:include, ActionView::Layouts)
module ActionController
class Base
include ActionController::Testing

View File

@ -529,4 +529,4 @@ class HeadRenderTest < ActionController::TestCase
assert_equal "something", @response.headers["X-Custom-Header"]
assert_response :forbidden
end
end
end

View File

@ -1,7 +1,5 @@
require 'abstract_unit'
ActionController::Base.superclass.send(:include, ActionView::Layouts)
module ActionController
class Base
include ActionController::Testing