diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-03-08 22:52:42 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-04-06 15:45:27 +0900 |
commit | 588dd44d418d56dce3f2a388c4021d11f9aa4324 () | |
tree | 62f5a7caa4e2caae4de688eb9aa42a2c2dd9c6c8 | |
parent | 061f5f4374a20f1ea1234a1bc204862c5fda1fed (diff) |
[ruby/syntax_suggest] Remove unnecessary `--color` option
It is enabled automatically if possible. Forcing this option makes https://.com/rspec/rspec-core/pull/3017 useless. https://.com/ruby/syntax_suggest/commit/8e7141b472
-rw-r--r-- | lib/bundler/templates/newgem/rspec.tt | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,3 +1,2 @@ --format documentation ---color --require spec_helper |