Added test case for bundled gems warning with -r option.

This is for 76914d474d93b7485973c3bca4fa43b59f5bd383
This commit is contained in:
Hiroshi SHIBATA 2024-04-08 16:20:15 +09:00
parent 76914d474d
commit 76efed65bd
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -24,6 +24,10 @@ echo "* Show warning when bundle exec with shebang's script"
bundle exec ./test_warn_bundle_exec_shebang.rb
echo
echo "* Show warning when bundle exec with -r option"
bundle exec ruby -rostruct -e ''
echo
echo "* Show warning with bootsnap"
ruby test_warn_bootsnap.rb
echo