Sha256: 708f3942e2c895e7d01777790478c56d8821fb191ee244e0056f38b910cf211c

Contents?: true

Size: 305 Bytes

Versions: 2

Compression:

Stored size: 305 Bytes

Contents

# encoding: utf-8
require "spec_helper"

describe Sqoot::Provider do
  let(:client) { Sqoot::Client.new }

  it "should return a mash list of providers" do
    client.providers.equal? Hashie::Mash
  end

  it "should return an array of providers" do
    client.providers.providers.equal? Array
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sqoot-1.0.0 spec/sqoot/provider_spec.rb
sqoot-0.0.1 spec/sqoot/provider_spec.rb