From 0d4d52a1cfe22e012d51bd716bba3714aead24ed Mon Sep 17 00:00:00 2001 From: Godfrey Chan Date: Mon, 18 Aug 2014 21:32:17 -0700 Subject: Add missing require --- actionpack/lib/action_dispatch/testing/assertions/tag.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionpack') diff --git a/actionpack/lib/action_dispatch/testing/assertions/tag.rb b/actionpack/lib/action_dispatch/testing/assertions/tag.rb index fcfc9316c1..d5348d80e1 100644 --- a/actionpack/lib/action_dispatch/testing/assertions/tag.rb +++ b/actionpack/lib/action_dispatch/testing/assertions/tag.rb @@ -1 +1,3 @@ +require 'active_support/deprecation' + ActiveSupport::Deprecation.warn("ActionDispatch::Assertions::TagAssertions has been has been extracted to the rails-dom-testing gem.") -- cgit v1.2.3