Whitespace cleanup
[merb_mart.git] / spec / models / accounts / paypal_account_spec.rb
blob30100e5c56665c7781a1749ad2a7125af481e676
1 require File.join( File.dirname(__FILE__), "..", "..", "..", "spec_helper" )
3 describe Mart::Accounts::PaypalAccount do
5   it "should have an email address" do
6     @account = Mart::Accounts::PaypalAccount.new
7 #    @account.should_not be_valid
8     pending
9   end
11 end