Sha256: 81bebe2db8531a95db11b859e203b3093ce4fbe5533be9637daa832c1928f3e8

Contents?: true

Size: 309 Bytes

Versions: 5

Compression:

Stored size: 309 Bytes

Contents

require 'spec_helper'

module Fifthgear
  describe Item do
    describe "#get" do
      it "should return an item" do
        pending "Configuration isn't passing username and password to client."
        item = Fifthgear.item_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_lookup_spec.rb
fifthgear-0.0.6 spec/fifthgear/item_lookup_spec.rb
fifthgear-0.0.5 spec/fifthgear/item_lookup_spec.rb
fifthgear-0.0.3 spec/fifthgear/item_lookup_spec.rb
fifthgear-0.0.2 spec/fifthgear/item_lookup_spec.rb