Sha256: 2b8122dbb12b70ec71f85bc09fd82f0481a3af6c330fce1a15a4e94f7568a181
Contents?: true
Size: 387 Bytes
Versions: 16
Compression:
Stored size: 387 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
16 entries across 16 versions & 1 rubygems