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