Sha256: e2edb4b63b45bbbda440fa83a331e269a60ab2a50a67e42aed7ef606fdc20abe
Contents?: true
Size: 483 Bytes
Versions: 8
Compression:
Stored size: 483 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#forcemerge' do let(:expected_args) do [ 'POST', '_forcemerge', {}, nil, nil ] end it 'performs the request' do expect(client_double.indices.forcemerge).to eq({}) end end
Version data entries
8 entries across 8 versions & 1 rubygems