1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add missing require

This commit is contained in:
Godfrey Chan 2014-08-18 21:32:17 -07:00
parent 79d8fb7cfe
commit 0d4d52a1cf

View file

@ -1 +1,3 @@
require 'active_support/deprecation'
ActiveSupport::Deprecation.warn("ActionDispatch::Assertions::TagAssertions has been has been extracted to the rails-dom-testing gem.")