Sha256: fa5e7f789e34b02e3fee6c204c58cb5212e84216669d6b78ff5e3dd579f0d810

Contents?: true

Size: 256 Bytes

Versions: 7

Compression:

Stored size: 256 Bytes

Contents

# encoding: utf-8
require 'spec_helper'

describe Ably::Rest do
  let(:options) { { api_key: 'app.key:secret' } }

  specify 'constructor returns an Ably::Rest::Client' do
    expect(Ably::Rest.new(options)).to be_instance_of(Ably::Rest::Client)
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
ably-rest-0.7.5 lib/submodules/ably-ruby/spec/unit/rest/rest_spec.rb
ably-0.7.5 spec/unit/rest/rest_spec.rb
ably-0.7.4 spec/unit/rest/rest_spec.rb
ably-rest-0.7.3 lib/submodules/ably-ruby/spec/unit/rest/rest_spec.rb
ably-0.7.2 spec/unit/rest/rest_spec.rb
ably-0.7.1 spec/unit/rest/rest_spec.rb
ably-0.7.0 spec/unit/rest/rest_spec.rb