Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Dec 24, 2024
1 parent 5b1a9e0 commit 4cc2d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/datadog/core/environment/execution_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def test_it_does_something_useful

context 'when given WebMock', skip: Gem::Version.new(Bundler::VERSION) < Gem::Version.new('2') do
it do
out, err, status = Bundler.with_unbundled_env do
out, _err, status = Bundler.with_unbundled_env do
Open3.capture3('ruby', stdin_data: <<-RUBY
require 'bundler/inline'
Expand Down

0 comments on commit 4cc2d79

Please sign in to comment.