Sha256: 8a6c1a60ea28c6eaf12d346062954373b4fc413e6915a83e5a1eab4a598ad132

Contents?: true

Size: 321 Bytes

Versions: 5

Compression:

Stored size: 321 Bytes

Contents

require 'spec_helper'

module Fifthgear
  describe Cart do
    describe "#post" do
      it "should return an order object" do
        pending "Configuration isn't passing username and password to client."
        order_obj = Fifthgear.cart_submit({})
        expect(order_obj).to_not eq(nil)
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fifthgear-0.0.7 spec/fifthgear/cart_spec.rb
fifthgear-0.0.6 spec/fifthgear/cart_spec.rb
fifthgear-0.0.5 spec/fifthgear/cart_spec.rb
fifthgear-0.0.3 spec/fifthgear/cart_spec.rb
fifthgear-0.0.2 spec/fifthgear/cart_spec.rb