mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Get modules back into integration tests
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
require 'rack/session/abstract/id'
|
||||
require 'action_view/test_case'
|
||||
|
||||
module ActionController
|
||||
module TemplateAssertions
|
||||
|
||||
@@ -288,6 +288,8 @@ module ActionDispatch
|
||||
end
|
||||
|
||||
module Runner
|
||||
include ActionDispatch::Assertions
|
||||
|
||||
def app
|
||||
@app
|
||||
end
|
||||
@@ -455,6 +457,7 @@ module ActionDispatch
|
||||
# end
|
||||
class IntegrationTest < ActiveSupport::TestCase
|
||||
include Integration::Runner
|
||||
include ActionController::TemplateAssertions
|
||||
|
||||
@@app = nil
|
||||
|
||||
|
||||
Reference in New Issue
Block a user