aboutsummaryrefslogtreecommitdiffstats
path: root/man/bundle-gem.ronn
diff options
context:
space:
mode:
Diffstat (limited to 'man/bundle-gem.ronn')
-rw-r--r--man/bundle-gem.ronn15
1 files changed, 11 insertions, 4 deletions
diff --git a/man/bundle-gem.ronn b/man/bundle-gem.ronn
index 1dba9ed607..7aa5c3333a 100644
--- a/man/bundle-gem.ronn
+++ b/man/bundle-gem.ronn
@@ -64,10 +64,17 @@ configuration file using the following names:
Specify the test framework that Bundler should use when generating the
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.
+ be created based on this option. Given no option is specified:
+
+ When Bundler is configured to generate tests, this defaults to Bundler's
+ global config setting `gem.test`.
+
+ When Bundler is configured to not generate tests, an interactive prompt will
+ be displayed and the answer will be used for the current rubygem project.
+
+ When Bundler is unconfigured, an interactive prompt will be displayed and
+ the answer will be saved in Bundler's global config for future `bundle gem`
+ use.
* `-e`, `--edit[=EDITOR]`:
Open the resulting GEM_NAME.gemspec in EDITOR, or the default editor if not