aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/active_schema_test.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-07-14 16:35:52 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-07-14 16:35:52 -0700
commit1db8ed0f4b134dfe6d1f3f3c440a536b2f7d2824 (patch)
tree5b3615973f67ec4459d9079c3c3925a0fe03dc03 /activerecord/test/cases/adapters/postgresql/active_schema_test.rb
parent6a534455f66a24e807d75dccc847981fdf43fa18 (diff)
downloadrails-1db8ed0f4b134dfe6d1f3f3c440a536b2f7d2824.tar.gz
rails-1db8ed0f4b134dfe6d1f3f3c440a536b2f7d2824.tar.bz2
rails-1db8ed0f4b134dfe6d1f3f3c440a536b2f7d2824.zip
activerecord tests should inherit from ActiveRecord::TestCase
Diffstat (limited to 'activerecord/test/cases/adapters/postgresql/active_schema_test.rb')
-rw-r--r--activerecord/test/cases/adapters/postgresql/active_schema_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/cases/adapters/postgresql/active_schema_test.rb b/activerecord/test/cases/adapters/postgresql/active_schema_test.rb
index f106e14319..e4746d4aa3 100644
--- a/activerecord/test/cases/adapters/postgresql/active_schema_test.rb
+++ b/activerecord/test/cases/adapters/postgresql/active_schema_test.rb
@@ -1,6 +1,6 @@
require 'cases/helper'
-class PostgresqlActiveSchemaTest < Test::Unit::TestCase
+class PostgresqlActiveSchemaTest < ActiveRecord::TestCase
def setup
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter.class_eval do
alias_method :real_execute, :execute