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 57ea69a commit a5476aeCopy full SHA for a5476ae
spec/datadog/core/crashtracking/component_spec.rb
@@ -4,8 +4,6 @@
4
require 'webrick'
5
require 'fiddle'
6
7
-# https://github.com/rubocop/rubocop-rspec/issues/2078
8
-
9
RSpec.describe Datadog::Core::Crashtracking::Component, skip: !LibdatadogHelpers.supported? do
10
let(:logger) { Logger.new($stdout) }
11
spec/datadog/profiling/http_transport_spec.rb
@@ -7,8 +7,6 @@
require "socket"
require "webrick"
12
# Design note for this class's specs: from the Ruby code side, we're treating the `_native_` methods as an API
13
# between the Ruby code and the native methods, and thus in this class we have a bunch of tests to make sure the
14
# native methods are invoked correctly.
0 commit comments