From fa916af69626ac405e0f71bd4edf9c64159e61a3 Mon Sep 17 00:00:00 2001 From: Timm Date: Tue, 24 Sep 2013 21:21:01 +0200 Subject: [PATCH] Removed tag.rb, since it is actually removed, not just deprecated. [ci skip] --- actionpack/lib/action_dispatch/testing/assertions/tag.rb | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 actionpack/lib/action_dispatch/testing/assertions/tag.rb diff --git a/actionpack/lib/action_dispatch/testing/assertions/tag.rb b/actionpack/lib/action_dispatch/testing/assertions/tag.rb deleted file mode 100644 index bbf3e7705b..0000000000 --- a/actionpack/lib/action_dispatch/testing/assertions/tag.rb +++ /dev/null @@ -1,3 +0,0 @@ -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