From 76efed65bd905c68c6b3f34d304a30359afae433 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 8 Apr 2024 16:20:15 +0900 Subject: [PATCH] Added test case for bundled gems warning with -r option. This is for 76914d474d93b7485973c3bca4fa43b59f5bd383 --- tool/test_for_warn_bundled_gems/test.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tool/test_for_warn_bundled_gems/test.sh b/tool/test_for_warn_bundled_gems/test.sh index ef5007f320ab77..2404571daf8880 100755 --- a/tool/test_for_warn_bundled_gems/test.sh +++ b/tool/test_for_warn_bundled_gems/test.sh @@ -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