summaryrefslogtreecommitdiff
path: root/man
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
parentbada03dd6d4d15828fb5b2cf7f744948e88a69a3 (diff)
downloadbundler-27f5e98aaee329219d4ffdd52f4da876c5e84f22.tar.gz
bundler gem: Support test-unit as a testing framework
Diffstat (limited to 'man')
-rw-r--r--man/bundle-gem.14
-rw-r--r--man/bundle-gem.1.txt16
-rw-r--r--man/bundle-gem.ronn12
3 files changed, 16 insertions, 16 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
diff --git a/man/bundle-gem.1.txt b/man/bundle-gem.1.txt
index c95c409c65..2b075e6e20 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
diff --git a/man/bundle-gem.ronn b/man/bundle-gem.ronn
index cf3d037df2..1dba9ed607 100644
--- a/man/bundle-gem.ronn
+++ b/man/bundle-gem.ronn
@@ -60,13 +60,13 @@ configuration file using the following names:
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 generating 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
- `bundle gem` use.
+ project. Acceptable values are `minitest`, `rspec` and `test-unit`. 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 `bundle gem` use.
If no option is specified, the default testing framework is RSpec.
* `-e`, `--edit[=EDITOR]`: