From 899e10f562944fc0f7605f4fa29c1af95acf0922 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Fri, 13 Feb 2015 19:03:35 +0800 Subject: Correct module name in deprecation message. --- actionpack/lib/action_dispatch/testing/integration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_dispatch') 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(', ')} -- cgit v1.2.3