Sha256: cddd6e95fb67664dee705ba6c6bb26cfaae0d93022108013554ef0205a8c119c

Contents?: true

Size: 339 Bytes

Versions: 5

Compression:

Stored size: 339 Bytes

Contents

require 'spec_helper'

module Fifthgear
  describe ItemInventory do
    describe "#get" do
      it "should return details about item" do
        pending "Configuration isn't passing username and password to client."
        item = Fifthgear.item_inventory_lookup('testsku')
        expect(item).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/item_inventory_spec.rb
fifthgear-0.0.6 spec/fifthgear/item_inventory_spec.rb
fifthgear-0.0.5 spec/fifthgear/item_inventory_spec.rb
fifthgear-0.0.3 spec/fifthgear/item_inventory_spec.rb
fifthgear-0.0.2 spec/fifthgear/item_inventory_spec.rb