aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/schema_authorization_test_postgresql.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/cases/schema_authorization_test_postgresql.rb')
-rw-r--r--activerecord/test/cases/schema_authorization_test_postgresql.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/test/cases/schema_authorization_test_postgresql.rb b/activerecord/test/cases/schema_authorization_test_postgresql.rb
index d42611b515..61838d4bf7 100644
--- a/activerecord/test/cases/schema_authorization_test_postgresql.rb
+++ b/activerecord/test/cases/schema_authorization_test_postgresql.rb
@@ -1,9 +1,9 @@
-require 'abstract_unit'
+require "cases/helper"
class SchemaThing < ActiveRecord::Base
end
-class SchemaAuthorizationTest < ActiveSupport::TestCase
+class SchemaAuthorizationTest < ActiveRecord::TestCase
self.use_transactional_fixtures = false
TABLE_NAME = 'schema_things'