1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove extra 'has been' from deprecation warning about asserting selectors

[ci skip]
This commit is contained in:
Prathamesh Sonpatki 2014-09-09 11:07:30 +05:30
parent f3062be5d6
commit 29a10173e2

View file

@ -1,3 +1,3 @@
require 'active_support/deprecation'
ActiveSupport::Deprecation.warn("ActionDispatch::Assertions::SelectorAssertions has been has been extracted to the rails-dom-testing gem.")
ActiveSupport::Deprecation.warn("ActionDispatch::Assertions::SelectorAssertions has been extracted to the rails-dom-testing gem.")