From 70371aa0713d5de190fcd7e4d42dbca6bfe1da60 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 6 Apr 2023 16:25:05 +0900 Subject: [PATCH] Revert accidentally commit of wrong file Revert "[ruby/syntax_suggest] Remove unnecessary `--color` option" This reverts commit 588dd44d418d56dce3f2a388c4021d11f9aa4324. --- lib/bundler/templates/newgem/rspec.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/bundler/templates/newgem/rspec.tt b/lib/bundler/templates/newgem/rspec.tt index f7ec7998ae..34c5164d9b 100644 --- a/lib/bundler/templates/newgem/rspec.tt +++ b/lib/bundler/templates/newgem/rspec.tt @@ -1,2 +1,3 @@ --format documentation +--color --require spec_helper