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

Version Path
you_got_listed-0.7.2 spec/you_got_listed/resource_spec.rb
you_got_listed-0.7.1 spec/you_got_listed/resource_spec.rb
you_got_listed-0.7.0 spec/you_got_listed/resource_spec.rb
you_got_listed-0.6.6 spec/you_got_listed/resource_spec.rb
you_got_listed-0.6.5 spec/you_got_listed/resource_spec.rb
you_got_listed-0.6.4 spec/you_got_listed/resource_spec.rb
you_got_listed-0.6.3 spec/you_got_listed/resource_spec.rb
you_got_listed-0.6.2 spec/you_got_listed/resource_spec.rb
you_got_listed-0.6.1 spec/you_got_listed/resource_spec.rb
you_got_listed-0.6.0 spec/you_got_listed/resource_spec.rb
you_got_listed-0.5.1 spec/you_got_listed/resource_spec.rb
you_got_listed-0.5.0 spec/you_got_listed/resource_spec.rb
you_got_listed-0.4.0 spec/you_got_listed/resource_spec.rb
you_got_listed-0.3.6 spec/you_got_listed/resource_spec.rb
you_got_listed-0.3.5 spec/you_got_listed/resource_spec.rb
you_got_listed-0.3.4 spec/you_got_listed/resource_spec.rb