aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/hot_compatibility_test.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2014-01-13 16:42:12 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2014-01-13 16:42:12 -0800
commit91d3d00240a2f75c74664580398628207bb7d350 (patch)
tree92a77e53010976991caa2aec055c97531a1bd3bc /activerecord/test/cases/hot_compatibility_test.rb
parentb8264ef0b43802dbd658d947e1c043254c900cf4 (diff)
downloadrails-91d3d00240a2f75c74664580398628207bb7d350.tar.gz
rails-91d3d00240a2f75c74664580398628207bb7d350.tar.bz2
rails-91d3d00240a2f75c74664580398628207bb7d350.zip
fix tests for explain plan + binds
Diffstat (limited to 'activerecord/test/cases/hot_compatibility_test.rb')
-rw-r--r--activerecord/test/cases/hot_compatibility_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/cases/hot_compatibility_test.rb b/activerecord/test/cases/hot_compatibility_test.rb
index 367d04a154..b4617cf6f9 100644
--- a/activerecord/test/cases/hot_compatibility_test.rb
+++ b/activerecord/test/cases/hot_compatibility_test.rb
@@ -15,7 +15,7 @@ class HotCompatibilityTest < ActiveRecord::TestCase
end
teardown do
- @klass.connection.drop_table :hot_compatibilities
+ ActiveRecord::Base.connection.drop_table :hot_compatibilities
end
test "insert after remove_column" do