We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f26e7af commit 74f383cCopy full SHA for 74f383c
spec/jsonrpc/batch_request_spec.rb
@@ -347,12 +347,10 @@
347
end
348
349
describe '#size' do
350
- context 'when batch contains requests' do
351
- it 'returns the number of requests in the batch' do
352
- batch = described_class.new([add_request, notify_notification, subtract_request])
+ it 'returns the number of requests in the batch' do
+ batch = described_class.new([add_request, notify_notification, subtract_request])
353
354
- expect(batch.size).to eq(3)
355
- end
+ expect(batch.size).to eq(3)
356
357
358
0 commit comments