summaryrefslogtreecommitdiff
path: root/man/bundle-gem.1
diff options
context:
space:
mode:
authorKouhei Sutou <kou@clear-code.com>2019-12-11 14:02:33 +0900
committerSutou Kouhei <kou@clear-code.com>2019-12-11 16:17:54 +0900
commit27f5e98aaee329219d4ffdd52f4da876c5e84f22 (patch)
tree54b2c123eed6d909e510379725ce73f972f8976a /man/bundle-gem.1
parentbada03dd6d4d15828fb5b2cf7f744948e88a69a3 (diff)
downloadbundler-27f5e98aaee329219d4ffdd52f4da876c5e84f22.tar.gz
bundler gem: Support test-unit as a testing framework
Diffstat (limited to 'man/bundle-gem.1')
-rw-r--r--man/bundle-gem.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/bundle-gem.1 b/man/bundle-gem.1
index 9971e3528c..9a7654a8b4 100644
--- a/man/bundle-gem.1
+++ b/man/bundle-gem.1
@@ -64,8 +64,8 @@ Add an MIT license to a \fBLICENSE\.txt\fR file in the root of the generated pro
Do not create a \fBLICENSE\.txt\fR (overrides \fB\-\-mit\fR specified in the global config)\.
.
.TP
-\fB\-t\fR, \fB\-\-test=minitest\fR, \fB\-\-test=rspec\fR
-Specify the test framework that Bundler should use when generating the project\. Acceptable values are \fBminitest\fR and \fBrspec\fR\. The \fBGEM_NAME\.gemspec\fR 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 \fBbundle gem\fR use\. If no option is specified, the default testing framework is RSpec\.
+\fB\-t\fR, \fB\-\-test=minitest\fR, \fB\-\-test=rspec\fR, \fB\-\-test=test\-unit\fR
+Specify the test framework that Bundler should use when generating the project\. Acceptable values are \fBminitest\fR, \fBrspec\fR and \fBtest\-unit\fR\. The \fBGEM_NAME\.gemspec\fR 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 \fBbundle gem\fR use\. If no option is specified, the default testing framework is RSpec\.
.
.TP
\fB\-e\fR, \fB\-\-edit[=EDITOR]\fR