spec/acceptance/realtime/time_spec.rb in ably-0.8.4 vs spec/acceptance/realtime/time_spec.rb in ably-0.8.5

- old
+ new

@@ -1,10 +1,10 @@ require 'spec_helper' describe Ably::Realtime::Client, '#time', :event_machine do vary_by_protocol do let(:client) do - Ably::Realtime::Client.new(key: api_key, environment: environment, protocol: protocol) + auto_close Ably::Realtime::Client.new(key: api_key, environment: environment, protocol: protocol) end describe 'fetching the service time' do it 'should return the service time as a Time object' do run_reactor do