Sha256: 766f23525d8059d11684584508012a8dce660c0d4dc5200426ad229b95926d69
Contents?: true
Size: 528 Bytes
Versions: 8
Compression:
Stored size: 528 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.snapshot#verify_repository' do let(:expected_args) do [ 'POST', '_snapshot/foo/_verify', {}, nil, nil ] end it 'performs the request' do expect(client_double.snapshot.verify_repository(repository: 'foo')).to eq({}) end end
Version data entries
8 entries across 8 versions & 1 rubygems