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 5b1a9e0 commit 4cc2d79Copy full SHA for 4cc2d79
spec/datadog/core/environment/execution_spec.rb
@@ -272,7 +272,7 @@ def test_it_does_something_useful
272
273
context 'when given WebMock', skip: Gem::Version.new(Bundler::VERSION) < Gem::Version.new('2') do
274
it do
275
- out, err, status = Bundler.with_unbundled_env do
+ out, _err, status = Bundler.with_unbundled_env do
276
Open3.capture3('ruby', stdin_data: <<-RUBY
277
require 'bundler/inline'
278
0 commit comments