Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Nov 3, 2024
1 parent feac124 commit 112a56a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/test_all
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ else
if ruby -e "exit(RUBY_VERSION.to_f >= 3.4)"; 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
cat bin/cucumber
fi
bundle exec cucumber --strict
fi;

0 comments on commit 112a56a

Please sign in to comment.