File tree 4 files changed +4
-5
lines changed
spec/elasticsearch/model/response
4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 6
6
group :development , :testing do
7
7
gem 'rspec'
8
8
gem 'pry-nav'
9
- end
9
+ end
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ def self.document_type; 'bar'; end
28
28
Elasticsearch ::Model ::Response ::Response . new ( model , search , response_document ) . tap do |resp |
29
29
allow ( resp ) . to receive ( :client ) . and_return ( client )
30
30
end
31
-
32
31
end
33
32
34
33
let ( :client ) do
@@ -408,4 +407,4 @@ def self.document_type; 'bar'; end
408
407
409
408
it_behaves_like 'a search request that can be paginated'
410
409
end
411
- end
410
+ end
Original file line number Diff line number Diff line change @@ -260,4 +260,4 @@ class WillPaginateResponse < Elasticsearch::Model::Response::Response
260
260
261
261
it_behaves_like 'a search request that can be paginated'
262
262
end
263
- end
263
+ end
Original file line number Diff line number Diff line change 111
111
expect ( result . as_json ( except : 'foo' ) ) . to eq ( { '_source' => { 'bar' => { 'bam' => 'baz' } } } )
112
112
end
113
113
end
114
- end
114
+ end
You can’t perform that action at this time.
0 commit comments