Skip to content

Commit a5476ae

Browse files
committed
rubocop not very bright
1 parent 57ea69a commit a5476ae

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

spec/datadog/core/crashtracking/component_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
require 'webrick'
55
require 'fiddle'
66

7-
# https://github.com/rubocop/rubocop-rspec/issues/2078
8-
97
RSpec.describe Datadog::Core::Crashtracking::Component, skip: !LibdatadogHelpers.supported? do
108
let(:logger) { Logger.new($stdout) }
119

spec/datadog/profiling/http_transport_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
require "socket"
88
require "webrick"
99

10-
# https://github.com/rubocop/rubocop-rspec/issues/2078
11-
1210
# Design note for this class's specs: from the Ruby code side, we're treating the `_native_` methods as an API
1311
# between the Ruby code and the native methods, and thus in this class we have a bunch of tests to make sure the
1412
# native methods are invoked correctly.

0 commit comments

Comments
 (0)