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