Sha256: 792123723e89d6ec865327bcab680e0b20e10a3795cbde37d942bb3dedaf45b8

Contents?: true

Size: 360 Bytes

Versions: 5

Compression:

Stored size: 360 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://www.yougotlistings.com/api"
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
you_got_listed-0.5.0 spec/you_got_listed/client_spec.rb
you_got_listed-0.4.0 spec/you_got_listed/client_spec.rb
you_got_listed-0.3.6 spec/you_got_listed/client_spec.rb
you_got_listed-0.3.5 spec/you_got_listed/client_spec.rb
you_got_listed-0.3.4 spec/you_got_listed/client_spec.rb