Updated path references to spec_helper
[merb_mart.git] / spec / models / mart / accounts / bank_account_spec.rb
blob32bd1dd94baa824534575b530256bee1939f7d78
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