Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Nov 21, 2024
1 parent c84c8c4 commit 8cb07da
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 @@ -195,7 +195,7 @@ def test_it_does_something_useful
# Add our script to `env.rb`, which is always run before any feature is executed.
File.write('features/support/env.rb', repl_script)

_, err, = Bundler.with_unbundled_env do
out, err, = Bundler.with_unbundled_env do
Open3.capture3('ruby', stdin_data: script)
end

Expand Down

0 comments on commit 8cb07da

Please sign in to comment.