mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Still need the regular assertions
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5028 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
1d554b84f8
commit
951b4d2799
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ module ActionController
|
|||
# Typically, you will instantiate a new session using IntegrationTest#open_session,
|
||||
# rather than instantiating Integration::Session directly.
|
||||
class Session
|
||||
include Test::Unit::Assertions
|
||||
include ActionController::Assertions
|
||||
include ActionController::TestProcess
|
||||
|
||||
|
|
Loading…
Reference in a new issue