Sha256: 1294c20cf9b752eb1f96a23215698896015857518ed300eab8857ab9de66dcf8

Contents?: true

Size: 202 Bytes

Versions: 1

Compression:

Stored size: 202 Bytes

Contents

require 'spec_helper'

describe Rapidash::Client do
  it "should raise an error when instantiated" do
    expect {
     Rapidash::Client.new
    }.to raise_error(Rapidash::ConfigurationError)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rapidash-0.0.1 spec/rapidash/client_spec.rb