diff options
author | Godfrey Chan <godfreykfc@gmail.com> | 2014-08-18 21:32:17 -0700 |
---|---|---|
committer | Godfrey Chan <godfreykfc@gmail.com> | 2014-08-18 21:33:00 -0700 |
commit | 0d4d52a1cfe22e012d51bd716bba3714aead24ed (patch) | |
tree | 0f10bbb9def5a8994cb88e4a3fe4190e1ff26d89 | |
parent | 79d8fb7cfe06f5ab4437d9779cfe47f9f3df5b52 (diff) | |
download | rails-0d4d52a1cfe22e012d51bd716bba3714aead24ed.tar.gz rails-0d4d52a1cfe22e012d51bd716bba3714aead24ed.tar.bz2 rails-0d4d52a1cfe22e012d51bd716bba3714aead24ed.zip |
Add missing require
-rw-r--r-- | actionpack/lib/action_dispatch/testing/assertions/tag.rb | 2 |
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.") |