aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorGuo Xiang Tan <tgx_world@hotmail.com>2015-02-13 19:03:35 +0800
committerGuo Xiang Tan <tgx_world@hotmail.com>2015-02-13 19:06:25 +0800
commit899e10f562944fc0f7605f4fa29c1af95acf0922 (patch)
treecd7e5de723ad0028416942c1d08d340de6f5da22 /actionpack
parent7ce317430601f9e041d8f715feae4297da963618 (diff)
downloadrails-899e10f562944fc0f7605f4fa29c1af95acf0922.tar.gz
rails-899e10f562944fc0f7605f4fa29c1af95acf0922.tar.bz2
rails-899e10f562944fc0f7605f4fa29c1af95acf0922.zip
Correct module name in deprecation message.
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_dispatch/testing/integration.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/testing/integration.rb b/actionpack/lib/action_dispatch/testing/integration.rb
index eefff8b053..e3ab4faafe 100644
--- a/actionpack/lib/action_dispatch/testing/integration.rb
+++ b/actionpack/lib/action_dispatch/testing/integration.rb
@@ -305,7 +305,7 @@ module ActionDispatch
def non_kwarg_request_warning
ActiveSupport::Deprecation.warn(<<-MSG.strip_heredoc)
- ActionDispatch::Integration::TestCase HTTP request methods will accept only
+ ActionDispatch::IntegrationTest HTTP request methods will accept only
the following keyword arguments in future Rails versions:
#{REQUEST_KWARGS.join(', ')}