Sha256: 8866d1f326c5a19ae5408b73b2cdd8f2cff6c28b52070ee1c84be70d2eec955f
Contents?: true
Size: 393 Bytes
Versions: 10
Compression:
Stored size: 393 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe YouGotListed::Resource do before do @ygl = new_ygl @resource = YouGotListed::Resource.new(@ygl) end context "initialize" do it "should instantiate with a client" do @resource.client.should_not be_nil @resource.client.should be_kind_of(YouGotListed::Client) end end end
Version data entries
10 entries across 10 versions & 1 rubygems