Whitespace cleanup
[merb_mart.git] / spec / models / accounts / bank_account_spec.rb
blobb1a0dd3f6252a45aa69e6251160bea309ef0ce07
1 require File.join( File.dirname(__FILE__), "..", "..", "..", "spec_helper" )
3 describe Mart::Accounts::BankAccount do
5   it "should have a routing number if the account type is a checking account"
7   it "should have an account number if the account type is a checking account"
9 end