lib/submodules/ably-ruby/spec/unit/realtime/realtime_spec.rb in ably-rest-0.7.5 vs lib/submodules/ably-ruby/spec/unit/realtime/realtime_spec.rb in ably-rest-0.8.1
- old
+ new
@@ -1,8 +1,8 @@
require 'spec_helper'
describe Ably::Realtime do
- let(:options) { { api_key: 'app.key:secret' } }
+ let(:options) { { key: 'app.key:secret' } }
specify 'constructor returns an Ably::Realtime::Client' do
expect(Ably::Realtime.new(options)).to be_instance_of(Ably::Realtime::Client)
end
end