ruby/tool/test_for_warn_bundled_gems
Hiroshi SHIBATA ad2a38dce4
Added simple test script
2023-12-16 16:36:47 +08:00
..
.gitignore Added test case of bootsnap 2023-12-15 14:05:13 +08:00
Gemfile
Gemfile.lock Added test case of bundle exec 2023-12-15 14:05:13 +08:00
README.md Added simple test script 2023-12-16 16:36:47 +08:00
test.sh Added simple test script 2023-12-16 16:36:47 +08:00
test_no_warn_bootsnap.rb Use minimum arguments for Bootsnap 2023-12-16 14:41:43 +08:00
test_no_warn_dash_gem.rb Added test case of dash gem like net-smtp 2023-12-15 14:05:13 +08:00
test_no_warn_dependency.rb
test_no_warn_sub_feature.rb Added test for sub-feature like bigdecimal/util 2023-12-16 15:44:34 +08:00
test_warn_bundle_exec.rb Added test case of bundle exec 2023-12-15 14:05:13 +08:00
test_warn_bundle_exec_shebang.rb Added test case of bundle exec 2023-12-15 14:05:13 +08:00
test_warn_bundled_gems.rb
test_warn_dash_gem.rb Added test case of dash gem like net-smtp 2023-12-15 14:05:13 +08:00
test_warn_dependency.rb
test_warn_sub_feature.rb Added test for sub-feature like bigdecimal/util 2023-12-16 15:44:34 +08:00

README.md

This directory contains tests for the bundled gems warning under the Bundler.

see test.sh for details.