From 77a513341a5427ef844161cc7c90ca4f1c542862 Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Mon, 28 Jun 2021 14:27:51 +0200 Subject: [PATCH] try rspec --force-color option --- .rspec | 2 +- spec/support/validator.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.rspec b/.rspec index 32458fe0..eeb8c6b0 100644 --- a/.rspec +++ b/.rspec @@ -1 +1 @@ ---require spec_helper --color +--require spec_helper --force-color diff --git a/spec/support/validator.rb b/spec/support/validator.rb index 6db5e17c..d52a20f8 100644 --- a/spec/support/validator.rb +++ b/spec/support/validator.rb @@ -25,7 +25,7 @@ def self.after e = Validator::Testee.sentinel_errors.first str << "#{num_errors} sentinel warnings. First warning: #{e.class}: #{e}".colorize(:yellow) else - str << "No sentinel warning.".colorize(:light_black) + str << "No sentinel warnings.".colorize(:light_black) end puts str log str