test/test_helper.rb in johnsbrn-classy-inheritance-0.6.4 vs test/test_helper.rb in johnsbrn-classy-inheritance-0.6.5

- old
+ new

@@ -28,10 +28,10 @@ end create_table :account_logins, :force => true do |t| t.string :login t.string :password - t.integer :account_id + t.string :account_email t.timestamps end create_table :users, :force => true do |t|