spec/elasticsearch/api/actions/indices/get_spec.rb in elasticsearch-api-7.4.0 vs spec/elasticsearch/api/actions/indices/get_spec.rb in elasticsearch-api-7.5.0.pre.pre

- old
+ new

@@ -36,17 +36,6 @@ it 'performs the request' do expect(client_double.indices.get(index: 'foo', ignore_unavailable: 1)).to eq({}) end end - - context 'when features are specified' do - - let(:url) do - 'foo/_settings' - end - - it 'includes them in the URL' do - expect(client_double.indices.get(index: 'foo', feature: '_settings')).to eq({}) - end - end end