We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb70cd commit 57a860aCopy full SHA for 57a860a
spec/datadog/core/ddsketch_spec.rb
@@ -1,16 +1,6 @@
1
require 'datadog/core/ddsketch_pprof/ddsketch_pb'
2
3
RSpec.describe Datadog::Core::DDSketch do
4
- context 'when DDSketch is not supported' do
5
- before do
6
- stub_const('Datadog::Core::LIBDATADOG_API_FAILURE', 'Example error loading libdatadog_api')
7
- end
8
-
9
- it 'raises an error' do
10
- expect { described_class.new }.to raise_error(ArgumentError, 'DDSketch is not supported: Example error loading libdatadog_api')
11
12
13
14
context 'when DDSketch is supported' do
15
subject(:sketch) { described_class.new }
16
0 commit comments