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