diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2012-01-05 17:12:46 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2012-01-05 17:12:46 -0800 |
commit | b8d8c50785fdad21a524fe5149621f91c97583cd (patch) | |
tree | f600ae75f68daf64a3f144d0a2d285f1b3e77328 /activesupport/test/deprecation | |
parent | a2d68c1086951d831463ccedd7bf872c50be9ade (diff) | |
download | rails-b8d8c50785fdad21a524fe5149621f91c97583cd.tar.gz rails-b8d8c50785fdad21a524fe5149621f91c97583cd.tar.bz2 rails-b8d8c50785fdad21a524fe5149621f91c97583cd.zip |
use AS::TestCase as the base class
Diffstat (limited to 'activesupport/test/deprecation')
-rw-r--r-- | activesupport/test/deprecation/proxy_wrappers_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/deprecation/proxy_wrappers_test.rb b/activesupport/test/deprecation/proxy_wrappers_test.rb index aa887f274d..e4f0f0f7c2 100644 --- a/activesupport/test/deprecation/proxy_wrappers_test.rb +++ b/activesupport/test/deprecation/proxy_wrappers_test.rb @@ -1,7 +1,7 @@ require 'abstract_unit' require 'active_support/deprecation' -class ProxyWrappersTest < Test::Unit::TestCase +class ProxyWrappersTest < ActiveSupport::TestCase Waffles = false NewWaffles = :hamburgers |