aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema_authorization_test_postgresql.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/schema_authorization_test_postgresql.rb')
-rw-r--r--activerecord/test/schema_authorization_test_postgresql.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/schema_authorization_test_postgresql.rb b/activerecord/test/schema_authorization_test_postgresql.rb
index f13287658c..89044deb16 100644
--- a/activerecord/test/schema_authorization_test_postgresql.rb
+++ b/activerecord/test/schema_authorization_test_postgresql.rb
@@ -3,7 +3,7 @@ require 'abstract_unit'
class SchemaThing < ActiveRecord::Base
end
-class SchemaAuthorizationTest < Test::Unit::TestCase
+class SchemaAuthorizationTest < ActiveSupport::TestCase
self.use_transactional_fixtures = false
TABLE_NAME = 'schema_things'