Skip to content

Commit

Permalink
Added test case for bundled gems warning with -r option.
Browse files Browse the repository at this point in the history
This is for 76914d4
  • Loading branch information
hsbt committed Apr 8, 2024
1 parent 76914d4 commit 76efed6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tool/test_for_warn_bundled_gems/test.sh
Expand Up @@ -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
Expand Down

0 comments on commit 76efed6

Please sign in to comment.