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

Version Path
you_got_listed-0.3.3 spec/you_got_listed/resource_spec.rb
you_got_listed-0.3.2 spec/you_got_listed/resource_spec.rb
you_got_listed-0.3.1 spec/you_got_listed/resource_spec.rb
you_got_listed-0.3.0 spec/you_got_listed/resource_spec.rb
you_got_listed-0.2.5 spec/you_got_listed/resource_spec.rb
you_got_listed-0.2.4 spec/you_got_listed/resource_spec.rb
you_got_listed-0.2.3 spec/you_got_listed/resource_spec.rb
you_got_listed-0.2.2 spec/you_got_listed/resource_spec.rb
you_got_listed-0.2.1 spec/you_got_listed/resource_spec.rb
you_got_listed-0.2.0 spec/you_got_listed/resource_spec.rb