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

deprecated AR::TestCase in favor of AS::TestCase

This commit is contained in:
Aaron Patterson 2012-01-24 12:01:35 -08:00
parent dcf0558ae5
commit 6fe02f9a2c

View file

@ -1,3 +1,7 @@
require 'active_support/deprecation'
require 'active_support/test_case'
ActiveSupport::Deprecation.warn('ActiveRecord::TestCase is deprecated, please use ActiveSupport::TestCase')
module ActiveRecord
# = Active Record Test Case
#