Sha256: 4c027388181c7a868949561297ebd25899b1a8ff3f6e71600a736047508fd82c

Contents?: true

Size: 254 Bytes

Versions: 2

Compression:

Stored size: 254 Bytes

Contents

require 'spec_helper'

describe A2z::Responses::ItemLink do
  subject do
    A2z::Responses::ItemLink.from_response(item_hash)
  end
  
  let(:item_hash) { Hash.new }
  
  describe '.from_response' do
    it 'should return an item link object'
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
a2z-0.0.2 spec/a2z/responses/item_link_spec.rb
a2z-0.0.1 spec/a2z/responses/item_link_spec.rb