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