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