summaryrefslogtreecommitdiff
path: root/man/bundle-gem.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'man/bundle-gem.1.txt')
-rw-r--r--man/bundle-gem.1.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/man/bundle-gem.1.txt b/man/bundle-gem.1.txt
index 554bb1a41b..18ce2ba465 100644
--- a/man/bundle-gem.1.txt
+++ b/man/bundle-gem.1.txt
@@ -65,15 +65,15 @@ OPTIONS
Do not create a LICENSE.txt (overrides --mit specified in the
global config).
- -t, --test=minitest, --test=rspec
+ -t, --test=minitest, --test=rspec, --test=test-unit
Specify the test framework that Bundler should use when generat-
- ing the project. Acceptable values are minitest and rspec. The
- GEM_NAME.gemspec will be configured and a skeleton test/spec
- directory will be created based on this option. If this option
- is unspecified, an interactive prompt will be displayed and the
- answer will be saved in Bundler's global config for future bun-
- dle gem use. If no option is specified, the default testing
- framework is RSpec.
+ ing the project. Acceptable values are minitest, rspec and
+ test-unit. The GEM_NAME.gemspec will be configured and a skele-
+ ton test/spec directory will be created based on this option. If
+ this option is unspecified, an interactive prompt will be dis-
+ played and the answer will be saved in Bundler's global config
+ for future bundle gem use. If no option is specified, the
+ default testing framework is RSpec.
-e, --edit[=EDITOR]
Open the resulting GEM_NAME.gemspec in EDITOR, or the default