Sha256: 41150079dc9f4a06091a985c011072ea8f72254f443528a9b51bcc7d9d7ace6b
Contents?: true
Size: 469 Bytes
Versions: 8
Compression:
Stored size: 469 Bytes
Contents
# Licensed to Elasticsearch B.V under one or more agreements. # Elasticsearch B.V licenses this file to you under the Apache 2.0 License. # See the LICENSE file in the project root for more information require 'spec_helper' describe 'client.remote#info' do let(:expected_args) do [ 'GET', '_remote/info', {}, nil, nil ] end it 'performs the request' do expect(client_double.remote.info).to eq({}) end end
Version data entries
8 entries across 8 versions & 1 rubygems