Sha256: d86a91765b6bd413bf8ba1a7363d497b33e0a1ed87f7da1a463b9ece493ad82d

Contents?: true

Size: 267 Bytes

Versions: 2

Compression:

Stored size: 267 Bytes

Contents

# encoding: utf-8
require "spec_helper"

describe Sqoot::Client do

  it "should return Faraday::Connection" do
    params = {}
    client_with_faraday_connection = Sqoot::Client.new
    client_with_faraday_connection.connection.equal? Faraday::Connection
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

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