Skip to content

Commit 57ea69a

Browse files
committed
rubocop
1 parent f84d65d commit 57ea69a

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

spec/datadog/core/crashtracking/component_spec.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
require 'fiddle'
66

77
# https://github.com/rubocop/rubocop-rspec/issues/2078
8-
# rubocop:disable RSpec/ScatteredLet
98

109
RSpec.describe Datadog::Core::Crashtracking::Component, skip: !LibdatadogHelpers.supported? do
1110
let(:logger) { Logger.new($stdout) }
@@ -301,5 +300,3 @@ def tear_down!
301300
described_class._native_stop
302301
end
303302
end
304-
305-
# rubocop:enable RSpec/ScatteredLet

spec/datadog/profiling/http_transport_spec.rb

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

1010
# https://github.com/rubocop/rubocop-rspec/issues/2078
11-
# rubocop:disable RSpec/ScatteredLet
1211

1312
# Design note for this class's specs: from the Ruby code side, we're treating the `_native_` methods as an API
1413
# between the Ruby code and the native methods, and thus in this class we have a bunch of tests to make sure the
@@ -512,4 +511,3 @@
512511
end
513512
end
514513

515-
# rubocop:enable RSpec/ScatteredLet

0 commit comments

Comments
 (0)