Sha256: e57d8e46f7e2157740018b11c10ed270c7b0c5f87f0e3e86525f4cb42c397d0e

Contents?: true

Size: 173 Bytes

Versions: 4

Compression:

Stored size: 173 Bytes

Contents

require 'spec_helper'

describe "Smartdc" do
  describe ".new" do
    it "should return a Smartdc::Client" do
      Smartdc.new.should be_a Smartdc::Client
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
smartdc-1.2.2 spec/unit/smartdc_spec.rb
smartdc-1.2.1 spec/unit/smartdc_spec.rb
smartdc-1.1.1 spec/unit/smartdc_spec.rb
smartdc-1.0.1 spec/unit/smartdc_spec.rb