repo.or.cz
/
merb_mart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Whitespace cleanup
[merb_mart.git]
/
spec
/
models
/
accounts
/
paypal_account_spec.rb
blob
30100e5c56665c7781a1749ad2a7125af481e676
1
require File.join( File.dirname(__FILE__), "..", "..", "..", "spec_helper" )
2
3
describe Mart::Accounts::PaypalAccount do
4
5
it "should have an email address" do
6
@account = Mart::Accounts::PaypalAccount.new
7
# @account.should_not be_valid
8
pending
9
end
10
11
end