Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
md
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Jul 16, 2024
1 parent 609fb2a commit 06a7553
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ function run_cukes {
elif is_ruby_head; then
# This is a monkey patch to fix an issue with cucumber using outdated hash syntax, remove when cucumber is updated or ruby 3.4 released
sed -i '$i\class Hash; alias :__initialize :initialize; def initialize(*args, **_kw, &block) = __initialize(*args, &block); end' bin/cucumber
echo "WHAT"
cat bin/cucumber
echo "DA FUNK"

RUBYOPT="${RUBYOPT} -I${PWD}/../bundle -rbundler/setup" \
PATH="${PWD}/bin:$PATH" \
Expand Down

0 comments on commit 06a7553

Please sign in to comment.