Files
rails/actionpack/lib/action_controller/deprecated/integration_test.rb
Carlos Antonio da Silva 12db1a39cd Partial revert of #d650b71 'Remove deprecated stuff in ActionController'
This brings back the deprecated modules from ActionController, because
they didn't have any deprecation warning.
2010-09-26 02:13:48 +08:00

3 lines
128 B
Ruby

ActionController::Integration = ActionDispatch::Integration
ActionController::IntegrationTest = ActionDispatch::IntegrationTest