Implementing the majority of generic #import tests.

This commit is contained in:
Zach Dennis 2010-03-11 23:52:16 -05:00
parent ca5f83e1cf
commit db173ef907
8 changed files with 252 additions and 56 deletions

View file

@ -11,7 +11,7 @@ ActiveRecord::Schema.define do
end
create_table :topics, :force=>true do |t|
t.column :title, :string, :null=>false
t.column :title, :string, :null => false
t.column :author_name, :string
t.column :author_email_address, :string
t.column :written_on, :datetime