Sha256: 9ba1eff54b245f888ab57a08670819daf808de489e187ed463e162af59d71b05

Contents?: true

Size: 413 Bytes

Versions: 6

Compression:

Stored size: 413 Bytes

Contents

require File.dirname(__FILE__) + '/../spec_helper'
require File.dirname(__FILE__) + '/../../lib/etsy4r'

describe Etsy4r::Commands do
  include Etsy4rSpecHelper
  
  before do
    @client = etsy4r_client
    @commands = Etsy4r::Commands.new(@client)
  end
    
  describe 'initialize' do    
    it 'set the client' do 
      @commands.client.class.should == Etsy4r::Client
    end
  end
  
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tcocca-etsy4r-0.1.0 spec/etsy4r/commands_spec.rb
tcocca-etsy4r-0.2.0 spec/etsy4r/commands_spec.rb
tcocca-etsy4r-0.3.0 spec/etsy4r/commands_spec.rb
tcocca-etsy4r-0.3.1 spec/etsy4r/commands_spec.rb
tcocca-etsy4r-0.3.2 spec/etsy4r/commands_spec.rb
tcocca-etsy4r-0.4.0 spec/etsy4r/commands_spec.rb