Sha256: 40c7ddb0fe35264a60094a3ee745f2b4f0e906e1ecfa45111acd01da647fb5e0

Contents?: true

Size: 368 Bytes

Versions: 6

Compression:

Stored size: 368 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

6 entries across 6 versions & 1 rubygems

Version Path
you_got_listed-0.3.3 spec/you_got_listed/client_spec.rb
you_got_listed-0.3.2 spec/you_got_listed/client_spec.rb
you_got_listed-0.3.1 spec/you_got_listed/client_spec.rb
you_got_listed-0.3.0 spec/you_got_listed/client_spec.rb
you_got_listed-0.2.5 spec/you_got_listed/client_spec.rb
you_got_listed-0.2.4 spec/you_got_listed/client_spec.rb