Sha256: 37af95baf3971363ff2946dc6b534c1aaf03171d9bcad931fe86cb4187adc302

Contents?: true

Size: 275 Bytes

Versions: 2

Compression:

Stored size: 275 Bytes

Contents

require 'spec_helper'

describe "The Designer News API client" do

  context "Creating the client" do
    it "instantiates a client with proper configuration" do
      DesignerNews.reset!
      expect(DesignerNews.client).to be_kind_of DesignerNews::Client
    end
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dn-0.1.0 spec/designer_news_spec.rb
dn-0.0.1 spec/designer_news_spec.rb