lib/submodules/ably-ruby/spec/acceptance/realtime/client_spec.rb in ably-rest-1.2.4 vs lib/submodules/ably-ruby/spec/acceptance/realtime/client_spec.rb in ably-rest-1.2.6

- old
+ new

@@ -131,10 +131,10 @@ stop_reactor end end end - context 'with a wildcard client_id token' do + context 'with a wildcard client_id token ' do subject { auto_close Ably::Realtime::Client.new(client_options) } let(:client_options) { default_options.merge(auth_callback: lambda { |token_params| auth_token_object }, client_id: client_id) } let(:rest_auth_client) { Ably::Rest::Client.new(default_options.merge(key: api_key)) } let(:auth_token_object) { rest_auth_client.auth.request_token(client_id: '*') }