aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-08-18 21:32:17 -0700
committerGodfrey Chan <godfreykfc@gmail.com>2014-08-18 21:33:00 -0700
commit0d4d52a1cfe22e012d51bd716bba3714aead24ed (patch)
tree0f10bbb9def5a8994cb88e4a3fe4190e1ff26d89 /actionpack
parent79d8fb7cfe06f5ab4437d9779cfe47f9f3df5b52 (diff)
downloadrails-0d4d52a1cfe22e012d51bd716bba3714aead24ed.tar.gz
rails-0d4d52a1cfe22e012d51bd716bba3714aead24ed.tar.bz2
rails-0d4d52a1cfe22e012d51bd716bba3714aead24ed.zip
Add missing require
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_dispatch/testing/assertions/tag.rb2
1 files changed, 2 insertions, 0 deletions
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.")