aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/adapter_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/adapter_test.rb')
-rw-r--r--activerecord/test/adapter_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/adapter_test.rb b/activerecord/test/adapter_test.rb
index 4247bf8618..d93a99d7cd 100644
--- a/activerecord/test/adapter_test.rb
+++ b/activerecord/test/adapter_test.rb
@@ -1,6 +1,6 @@
require 'abstract_unit'
-class AdapterTest < Test::Unit::TestCase
+class AdapterTest < ActiveSupport::TestCase
def setup
@connection = ActiveRecord::Base.connection
end