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-1.0.3 spec/unit/rest/rest_spec.rb
ably-1.0.2 spec/unit/rest/rest_spec.rb
ably-1.0.1 spec/unit/rest/rest_spec.rb
ably-rest-1.0.0 lib/submodules/ably-ruby/spec/unit/rest/rest_spec.rb
ably-1.0.0 spec/unit/rest/rest_spec.rb
ably-rest-0.8.15 lib/submodules/ably-ruby/spec/unit/rest/rest_spec.rb
ably-0.8.15 spec/unit/rest/rest_spec.rb
ably-rest-0.9.3 lib/submodules/ably-ruby/spec/unit/rest/rest_spec.rb
ably-rest-0.9.2 lib/submodules/ably-ruby/spec/unit/rest/rest_spec.rb
ably-rest-0.9.1 lib/submodules/ably-ruby/spec/unit/rest/rest_spec.rb
ably-rest-0.9.0 lib/submodules/ably-ruby/spec/unit/rest/rest_spec.rb
ably-rest-0.8.14 lib/submodules/ably-ruby/spec/unit/rest/rest_spec.rb
ably-0.8.14 spec/unit/rest/rest_spec.rb
ably-rest-0.8.13 lib/submodules/ably-ruby/spec/unit/rest/rest_spec.rb
ably-0.8.13 spec/unit/rest/rest_spec.rb
ably-0.8.12 spec/unit/rest/rest_spec.rb
ably-0.8.11 spec/unit/rest/rest_spec.rb
ably-0.8.10 spec/unit/rest/rest_spec.rb
ably-rest-0.8.9 lib/submodules/ably-ruby/spec/unit/rest/rest_spec.rb
ably-0.8.9 spec/unit/rest/rest_spec.rb