Sha256: 2902b3b1459901ec8cb282c2708bc9b23ceb69344af24b96135e0fce29dde67b

Contents?: true

Size: 252 Bytes

Versions: 75

Compression:

Stored size: 252 Bytes

Contents

# encoding: utf-8
require 'spec_helper'

describe Ably::Rest do
  let(:options) { { 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

75 entries across 75 versions & 2 rubygems

Version Path
ably-rest-1.1.5 lib/submodules/ably-ruby/spec/unit/rest/rest_spec.rb
ably-1.1.5 spec/unit/rest/rest_spec.rb
ably-rest-1.1.4 lib/submodules/ably-ruby/spec/unit/rest/rest_spec.rb
ably-1.1.4 spec/unit/rest/rest_spec.rb
ably-rest-1.1.4.rc lib/submodules/ably-ruby/spec/unit/rest/rest_spec.rb
ably-1.1.4.rc spec/unit/rest/rest_spec.rb
ably-rest-1.1.3 lib/submodules/ably-ruby/spec/unit/rest/rest_spec.rb
ably-1.1.3 spec/unit/rest/rest_spec.rb
ably-rest-1.1.2 lib/submodules/ably-ruby/spec/unit/rest/rest_spec.rb
ably-1.1.2 spec/unit/rest/rest_spec.rb
ably-rest-1.1.2.rc1 lib/submodules/ably-ruby/spec/unit/rest/rest_spec.rb
ably-1.1.1 spec/unit/rest/rest_spec.rb
ably-rest-1.1.0 lib/submodules/ably-ruby/spec/unit/rest/rest_spec.rb
ably-1.1.0 spec/unit/rest/rest_spec.rb
ably-1.0.7 spec/unit/rest/rest_spec.rb
ably-rest-1.0.6 lib/submodules/ably-ruby/spec/unit/rest/rest_spec.rb
ably-1.0.6 spec/unit/rest/rest_spec.rb
ably-rest-1.0.5 lib/submodules/ably-ruby/spec/unit/rest/rest_spec.rb
ably-1.0.5 spec/unit/rest/rest_spec.rb
ably-1.0.4 spec/unit/rest/rest_spec.rb