Skip to content

Commit

Permalink
Still need the regular assertions
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5028 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Sep 5, 2006
1 parent 1d554b8 commit 951b4d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actionpack/lib/action_controller/integration.rb
Expand Up @@ -13,6 +13,7 @@ module Integration #:nodoc:
# Typically, you will instantiate a new session using IntegrationTest#open_session, # Typically, you will instantiate a new session using IntegrationTest#open_session,
# rather than instantiating Integration::Session directly. # rather than instantiating Integration::Session directly.
class Session class Session
include Test::Unit::Assertions
include ActionController::Assertions include ActionController::Assertions
include ActionController::TestProcess include ActionController::TestProcess


Expand Down

0 comments on commit 951b4d2

Please sign in to comment.