aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema_test_postgresql.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/schema_test_postgresql.rb')
-rw-r--r--activerecord/test/schema_test_postgresql.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/schema_test_postgresql.rb b/activerecord/test/schema_test_postgresql.rb
index c743a86195..c38d6c9253 100644
--- a/activerecord/test/schema_test_postgresql.rb
+++ b/activerecord/test/schema_test_postgresql.rb
@@ -1,6 +1,6 @@
require 'abstract_unit'
-class SchemaTest < Test::Unit::TestCase
+class SchemaTest < ActiveSupport::TestCase
self.use_transactional_fixtures = false
SCHEMA_NAME = 'test_schema'