File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 55require 'fiddle'
66
77# https://github.com/rubocop/rubocop-rspec/issues/2078
8- # rubocop:disable RSpec/ScatteredLet
98
109RSpec . 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
303302end
304-
305- # rubocop:enable RSpec/ScatteredLet
Original file line number Diff line number Diff line change 88require "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
512511 end
513512end
514513
515- # rubocop:enable RSpec/ScatteredLet
You can’t perform that action at this time.
0 commit comments