Sha256: 19027f235ebe1e46fbc1ebaab04dc5af25df804b6067aeddc3b0ec880aec962c
Contents?: true
Size: 296 Bytes
Versions: 1
Compression:
Stored size: 296 Bytes
Contents
require "spec_helper" describe PayPal::ExpressCheckout::Payment do let(:payment) { PayPal::ExpressCheckout::Payment.new } describe "methods" do subject { payment.methods } [:amount, :shipping_amount, :tax_amount].each do |field| it { should include(field) } end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
paypal-payment-0.1.2 | spec/paypal/express_checkout/payment_spec.rb |