Skip to content

Commit

Permalink
Add psych gem to cucumber load script
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahchen6 committed Nov 21, 2024
1 parent 7a345da commit 0cdba56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/datadog/core/environment/execution_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ def test_it_does_something_useful
gemfile(true) do
source 'https://rubygems.org'
gem 'psych'
if RUBY_VERSION >= '3.4'
# Cucumber is broken on Ruby 3.4, requires the fix in
# https://github.com/cucumber/cucumber-ruby/pull/1757
Expand All @@ -182,6 +183,7 @@ def test_it_does_something_useful
end
end
load Gem.bin_path('psych', 'psych')
load Gem.bin_path('cucumber', 'cucumber')
RUBY
end
Expand Down

0 comments on commit 0cdba56

Please sign in to comment.