From ceb9ca2193180c5d825bc2c57a2823ff9b164dbb Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Tue, 9 Sep 2014 10:47:40 +0530 Subject: Remove extra 'has been' from the deprecation message - [ci skip] --- actionpack/lib/action_dispatch/testing/assertions/tag.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib') diff --git a/actionpack/lib/action_dispatch/testing/assertions/tag.rb b/actionpack/lib/action_dispatch/testing/assertions/tag.rb index d5348d80e1..5c2905d1ac 100644 --- a/actionpack/lib/action_dispatch/testing/assertions/tag.rb +++ b/actionpack/lib/action_dispatch/testing/assertions/tag.rb @@ -1,3 +1,3 @@ require 'active_support/deprecation' -ActiveSupport::Deprecation.warn("ActionDispatch::Assertions::TagAssertions has been has been extracted to the rails-dom-testing gem.") +ActiveSupport::Deprecation.warn("ActionDispatch::Assertions::TagAssertions has been extracted to the rails-dom-testing gem.") -- cgit v1.2.3