Skip to content

Commit

Permalink
Changed deprecation message in dom and selector assertions in Action …
Browse files Browse the repository at this point in the history
…Dispatch.
  • Loading branch information
kaspth committed Jun 16, 2014
1 parent 5ac99b0 commit 6061472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actionpack/lib/action_dispatch/testing/assertions/dom.rb
Original file line number Diff line number Diff line change
@@ -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.")
Original file line number Diff line number Diff line change
@@ -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.")

0 comments on commit 6061472

Please sign in to comment.