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-0.8.8 spec/unit/rest/rest_spec.rb
ably-0.8.7 spec/unit/rest/rest_spec.rb
ably-0.8.6 spec/unit/rest/rest_spec.rb
ably-rest-0.8.6 lib/submodules/ably-ruby/spec/unit/rest/rest_spec.rb
ably-rest-0.8.5 lib/submodules/ably-ruby/spec/unit/rest/rest_spec.rb
ably-0.8.5 spec/unit/rest/rest_spec.rb
ably-0.8.4 spec/unit/rest/rest_spec.rb
ably-rest-0.8.3 lib/submodules/ably-ruby/spec/unit/rest/rest_spec.rb
ably-0.8.3 spec/unit/rest/rest_spec.rb
ably-rest-0.8.2 lib/submodules/ably-ruby/spec/unit/rest/rest_spec.rb
ably-0.8.2 spec/unit/rest/rest_spec.rb
ably-0.8.1 spec/unit/rest/rest_spec.rb
ably-rest-0.8.1 lib/submodules/ably-ruby/spec/unit/rest/rest_spec.rb
ably-0.8.0 spec/unit/rest/rest_spec.rb
ably-0.7.6 spec/unit/rest/rest_spec.rb