diff options
author | angelo giovanni capilleri <resca_air@MacBook-Air-di-angelo-giovanni-capilleri.local> | 2012-05-12 13:12:15 +0200 |
---|---|---|
committer | angelo giovanni capilleri <resca_air@MacBook-Air-di-angelo-giovanni-capilleri.local> | 2012-05-12 13:19:28 +0200 |
commit | 47570d4f1ff18c3a59bc100a1886a08c59c1e14b (patch) | |
tree | be676ae37eaf6b5e255cbc20c3e8d25d03d4b671 /activerecord | |
parent | 667d0bdd90ef6e6b691f0cc4cf5535b8da69f248 (diff) | |
download | rails-47570d4f1ff18c3a59bc100a1886a08c59c1e14b.tar.gz rails-47570d4f1ff18c3a59bc100a1886a08c59c1e14b.tar.bz2 rails-47570d4f1ff18c3a59bc100a1886a08c59c1e14b.zip |
mispelling errors in render_text_test.rb and sqlite_specific_schema
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/test/schema/sqlite_specific_schema.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/schema/sqlite_specific_schema.rb b/activerecord/test/schema/sqlite_specific_schema.rb index ea05b35fe0..e9ddeb32cf 100644 --- a/activerecord/test/schema/sqlite_specific_schema.rb +++ b/activerecord/test/schema/sqlite_specific_schema.rb @@ -1,5 +1,5 @@ ActiveRecord::Schema.define do - # For sqlite 3.1.0+, make a table with a autoincrement column + # For sqlite 3.1.0+, make a table with an autoincrement column if supports_autoincrement? create_table :table_with_autoincrement, :force => true do |t| t.column :name, :string |