From 4e97d7585a2f4788b9eed98c6cdaf4bb6f2cf5ce Mon Sep 17 00:00:00 2001 From: Timm Date: Tue, 3 Sep 2013 09:30:37 +0200 Subject: Added deprecation warning to ActionDispatch::Assertions::TagAssertions. --- actionpack/lib/action_dispatch/testing/assertions/tag.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 actionpack/lib/action_dispatch/testing/assertions/tag.rb (limited to 'actionpack/lib/action_dispatch/testing/assertions') diff --git a/actionpack/lib/action_dispatch/testing/assertions/tag.rb b/actionpack/lib/action_dispatch/testing/assertions/tag.rb new file mode 100644 index 0000000000..bbf3e7705b --- /dev/null +++ b/actionpack/lib/action_dispatch/testing/assertions/tag.rb @@ -0,0 +1,3 @@ +require 'active_support/deprecation' + +ActiveSupport::Deprecation.warn("ActionDispatch::Assertions::TagAssertions has been eprecated. Use the assert_select methods from SelectorAssertions in action_view/testing/assertions/selector.rb.") \ No newline at end of file -- cgit v1.2.3