aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2013-05-12 15:03:14 +0530
committerVipul A M <vipulnsward@gmail.com>2013-05-12 15:03:14 +0530
commit7493e0f78a023c9d43e01969842a4f10c0795f2f (patch)
treec9a7088fa1b25c60a563fd0f476c946e1c2e3014 /activerecord/test/cases/migration
parenta395c22fd3f55040c041a330c14b3676bfee29fc (diff)
downloadrails-7493e0f78a023c9d43e01969842a4f10c0795f2f.tar.gz
rails-7493e0f78a023c9d43e01969842a4f10c0795f2f.tar.bz2
rails-7493e0f78a023c9d43e01969842a4f10c0795f2f.zip
Fix class and method name typos
Diffstat (limited to 'activerecord/test/cases/migration')
-rw-r--r--activerecord/test/cases/migration/change_schema_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/cases/migration/change_schema_test.rb b/activerecord/test/cases/migration/change_schema_test.rb
index cad759bba9..54fff8a0f5 100644
--- a/activerecord/test/cases/migration/change_schema_test.rb
+++ b/activerecord/test/cases/migration/change_schema_test.rb
@@ -235,7 +235,7 @@ module ActiveRecord
end
end
- def test_keeping_default_and_notnull_constaint_on_change
+ def test_keeping_default_and_notnull_constraints_on_change
connection.create_table :testings do |t|
t.column :title, :string
end