aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/invertible_migration_test.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-11-19 11:42:58 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2010-11-19 11:42:58 -0800
commit598fc85f9eff4949264bcec78a0ed9b90c46f616 (patch)
treef7b841d8e28002efaae5b336dea8c580c5e916f2 /activerecord/test/cases/invertible_migration_test.rb
parenta4d9b1d329ef897f6b23216b01cb510db35a37b5 (diff)
downloadrails-598fc85f9eff4949264bcec78a0ed9b90c46f616.tar.gz
rails-598fc85f9eff4949264bcec78a0ed9b90c46f616.tar.bz2
rails-598fc85f9eff4949264bcec78a0ed9b90c46f616.zip
fisting typeo, thanks @vinibaggio
Diffstat (limited to 'activerecord/test/cases/invertible_migration_test.rb')
-rw-r--r--activerecord/test/cases/invertible_migration_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/cases/invertible_migration_test.rb b/activerecord/test/cases/invertible_migration_test.rb
index 7e61ab0e47..afec64750e 100644
--- a/activerecord/test/cases/invertible_migration_test.rb
+++ b/activerecord/test/cases/invertible_migration_test.rb
@@ -27,7 +27,7 @@ module ActiveRecord
end
end
- def treardown
+ def teardown
if ActiveRecord::Base.connection.table_exists?("horses")
ActiveRecord::Base.connection.drop_table("horses")
end