summaryrefslogtreecommitdiff
path: root/lib/bundler/templates
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-03-08 22:52:42 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-04-06 15:45:27 +0900
commit588dd44d418d56dce3f2a388c4021d11f9aa4324 (patch)
tree62f5a7caa4e2caae4de688eb9aa42a2c2dd9c6c8 /lib/bundler/templates
parent061f5f4374a20f1ea1234a1bc204862c5fda1fed (diff)
[ruby/syntax_suggest] Remove unnecessary `--color` option
It is enabled automatically if possible. Forcing this option makes https://github.com/rspec/rspec-core/pull/3017 useless. https://github.com/ruby/syntax_suggest/commit/8e7141b472
Diffstat (limited to 'lib/bundler/templates')
-rw-r--r--lib/bundler/templates/newgem/rspec.tt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bundler/templates/newgem/rspec.tt b/lib/bundler/templates/newgem/rspec.tt
index 34c5164d9b..f7ec7998ae 100644
--- a/lib/bundler/templates/newgem/rspec.tt
+++ b/lib/bundler/templates/newgem/rspec.tt
@@ -1,3 +1,2 @@
--format documentation
---color
--require spec_helper