mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
5 lines
417 B
Ruby
5 lines
417 B
Ruby
ActionController::Integration = ActionDispatch::Integration
|
|
ActionController::IntegrationTest = ActionDispatch::IntegrationTest
|
|
|
|
ActiveSupport::Deprecation.warn 'ActionController::Integration is deprecated and will be removed, use ActionDispatch::Integration instead.'
|
|
ActiveSupport::Deprecation.warn 'ActionController::IntegrationTest is deprecated and will be removed, use ActionDispatch::IntegrationTest instead.'
|