* Fixed/added specs for different account types.
commit3055fa0449cf509b2d3b7ffa15236a316524fd97
authorAlex Coles <alexbcoles@mac.com>
Sun, 27 Apr 2008 23:26:22 +0000 (28 01:26 +0200)
committerAlex Coles <alexbcoles@mac.com>
Sun, 27 Apr 2008 23:26:22 +0000 (28 01:26 +0200)
treede79b4c02571abd6f8b4908dee7e08ed921bc908
parent536f11c3e894fcfe21f2643e3c62177e1b285d7e
* Fixed/added specs for different account types.
* Updated database.sample.yml to follow new syntax.
* Removed stray Question controller spec.
app/models/accounts/bank_account.rb
app/models/accounts/credit_card_account.rb
config/database.sample.yml
config/init.rb
spec/controllers/questions_spec.rb [deleted file]
spec/models/account_spec.rb [deleted file]
spec/models/accounts/bank_account_spec.rb [new file with mode: 0644]
spec/models/accounts/base_account_spec.rb [new file with mode: 0644]
spec/models/accounts/credit_card_account_spec.rb [new file with mode: 0644]