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

Commit 06a7553

Browse files
committed
md
1 parent 609fb2a commit 06a7553

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

script/functions.sh

+3
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ function run_cukes {
7171
elif is_ruby_head; then
7272
# 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
7373
sed -i '$i\class Hash; alias :__initialize :initialize; def initialize(*args, **_kw, &block) = __initialize(*args, &block); end' bin/cucumber
74+
echo "WHAT"
75+
cat bin/cucumber
76+
echo "DA FUNK"
7477

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

0 commit comments

Comments
 (0)