mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Trimmed deprecation message for ActionDispatch::Assertions::SelectorAssertions.
This commit is contained in:
parent
53f25ae348
commit
dddf86a3b7
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
require 'active_support/deprecation'
|
||||
|
||||
ActiveSupport::Deprecation.warn("ActionDispatch::Assertions::SelectorAssertions has been moved to ActionView. You can find it in action_view/testing/assertions/selector.rb.")
|
||||
ActiveSupport::Deprecation.warn("ActionDispatch::Assertions::SelectorAssertions has been moved to Action View in action_view/testing/assertions/selector.rb.")
|
Loading…
Reference in a new issue