From 8e7141b472499ac7ae8a792c1a1ccdc5e0ab44bb Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 8 Mar 2023 22:52:42 +0900 Subject: [PATCH] Remove unnecessary `--color` option It is enabled automatically if possible. Forcing this option makes https://github.com/rspec/rspec-core/pull/3017 useless. --- .rspec | 1 - 1 file changed, 1 deletion(-) diff --git a/.rspec b/.rspec index 34c5164..f7ec799 100644 --- a/.rspec +++ b/.rspec @@ -1,3 +1,2 @@ --format documentation ---color --require spec_helper