diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2014-09-09 00:32:38 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2014-09-09 00:32:38 -0500 |
commit | f3062be5d637c4765be9ebdf9345d2a60756ff14 (patch) | |
tree | 29515bcbbb1aabec2f71db3d5f28341889054b1f /actionpack | |
parent | 89d897e3a7cf3b6b4f9f03f7f3c2003d53741e30 (diff) | |
parent | ceb9ca2193180c5d825bc2c57a2823ff9b164dbb (diff) | |
download | rails-f3062be5d637c4765be9ebdf9345d2a60756ff14.tar.gz rails-f3062be5d637c4765be9ebdf9345d2a60756ff14.tar.bz2 rails-f3062be5d637c4765be9ebdf9345d2a60756ff14.zip |
Merge pull request #16847 from prathamesh-sonpatki/kill-extra-has-been
Remove extra 'has been' from the deprecation message
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_dispatch/testing/assertions/tag.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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.") |