mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Get modules back into integration tests
This commit is contained in:
parent
6c0c0f41a3
commit
0e15f07b75
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue