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