Removed tag.rb, since it is actually removed, not just deprecated. [ci skip]

This commit is contained in:
Timm 2013-09-24 21:21:01 +02:00
parent a766a025e6
commit fa916af696

@ -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.")