Sha256: a99d617a73916c400e4c9374681cedeb305cd359dbe3c415142ea6d74472c906
Contents?: true
Size: 492 Bytes
Versions: 8
Compression:
Stored size: 492 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.cluster#get_settings' do let(:expected_args) do [ 'GET', '_cluster/settings', {}, nil, nil ] end it 'performs the request' do expect(client_double.cluster.get_settings).to eq({}) end end
Version data entries
8 entries across 8 versions & 1 rubygems