lib/submodules/ably-ruby/spec/unit/rest/rest_spec.rb in ably-rest-0.7.5 vs lib/submodules/ably-ruby/spec/unit/rest/rest_spec.rb in ably-rest-0.8.1
- old
+ new
@@ -1,9 +1,9 @@
# encoding: utf-8
require 'spec_helper'
describe Ably::Rest do
- let(:options) { { api_key: 'app.key:secret' } }
+ 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