From 588dd44d418d56dce3f2a388c4021d11f9aa4324 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 8 Mar 2023 22:52:42 +0900 Subject: [PATCH] [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 --- lib/bundler/templates/newgem/rspec.tt | 1 - 1 file changed, 1 deletion(-) 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