Changed deprecation message in dom and selector assertions in Action Dispatch.

This commit is contained in:
Timm 2013-10-11 12:57:36 +02:00
parent 5ac99b09c4
commit 6061472b8c
2 changed files with 2 additions and 2 deletions

@ -1,3 +1,3 @@
require 'active_support/deprecation'
ActiveSupport::Deprecation.warn("ActionDispatch::Assertions::DomAssertions has been moved to ActionView. You can find it in action_view/testing/assertions/dom.rb.")
ActiveSupport::Deprecation.warn("ActionDispatch::Assertions::DomAssertions has been extracted to the rails-dom-testing gem.")

@ -1,3 +1,3 @@
require 'active_support/deprecation'
ActiveSupport::Deprecation.warn("ActionDispatch::Assertions::SelectorAssertions has been moved to Action View in action_view/testing/assertions/selector.rb.")
ActiveSupport::Deprecation.warn("ActionDispatch::Assertions::SelectorAssertions has been has been extracted to the rails-dom-testing gem.")