aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration/rename_column_test.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-01-12 14:47:36 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2012-01-13 14:33:57 -0800
commit5baa66cbaded58ba59d23b7df5166746222e92b0 (patch)
tree6b333abcb4f4e9c7091dffc0b74e07a1c62c515b /activerecord/test/cases/migration/rename_column_test.rb
parent145ad7b6aa06baa371ba08d0c87e1905e22123cc (diff)
downloadrails-5baa66cbaded58ba59d23b7df5166746222e92b0.tar.gz
rails-5baa66cbaded58ba59d23b7df5166746222e92b0.tar.bz2
rails-5baa66cbaded58ba59d23b7df5166746222e92b0.zip
fixing test class name
Diffstat (limited to 'activerecord/test/cases/migration/rename_column_test.rb')
-rw-r--r--activerecord/test/cases/migration/rename_column_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/cases/migration/rename_column_test.rb b/activerecord/test/cases/migration/rename_column_test.rb
index a855841b6c..a9157797e4 100644
--- a/activerecord/test/cases/migration/rename_column_test.rb
+++ b/activerecord/test/cases/migration/rename_column_test.rb
@@ -93,7 +93,7 @@ module ActiveRecord
add_index :test_models, :hat_name
# FIXME: we should test that the index goes away
- remove_column("test_models", "hat_size")
+ remove_column("test_models", "hat_name")
end
def test_remove_column_with_multi_column_index