Sha256: 915c533d1e62c47a3b2c7596ab4354dbf9a9652541f2545b7dfb0116d55c4981

Contents?: true

Size: 364 Bytes

Versions: 4

Compression:

Stored size: 364 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')

describe YouGotListed::Client do
  
  before do
    @ygl = new_ygl
  end
  
  it "should set the api_key" do
    @ygl.class.default_params.should == {:key => YGL_API_KEY}
  end
  
  it "should set the base uri" do
    @ygl.class.base_uri.should == "https://yougotlistings.com/api"
  end
  
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
you_got_listed-0.2.3 spec/you_got_listed/client_spec.rb
you_got_listed-0.2.2 spec/you_got_listed/client_spec.rb
you_got_listed-0.2.1 spec/you_got_listed/client_spec.rb
you_got_listed-0.2.0 spec/you_got_listed/client_spec.rb