summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-04-08 16:20:15 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-04-08 16:20:15 +0900
commit76efed65bd905c68c6b3f34d304a30359afae433 (patch)
treea3f5e8bc752abafc351ce19c1d7ea7180027250d
parent76914d474d93b7485973c3bca4fa43b59f5bd383 (diff)
Added test case for bundled gems warning with -r option.
This is for 76914d474d93b7485973c3bca4fa43b59f5bd383
-rwxr-xr-xtool/test_for_warn_bundled_gems/test.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tool/test_for_warn_bundled_gems/test.sh b/tool/test_for_warn_bundled_gems/test.sh
index ef5007f320..2404571daf 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