From 696a5fce687364ec718eeef44d923a686c9e1624 Mon Sep 17 00:00:00 2001 From: Gabriel Mazetto Date: Wed, 15 Aug 2018 01:39:59 +0200 Subject: Refactor Rainbow usage in specs We don't test any specific string generated by it yet, so there is no point in keeping it enabled when we are disabling it everywhere we test its output. --- spec/spec_helper.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/spec_helper.rb') diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index f4441a6b700..a15a46a9534 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -29,6 +29,7 @@ end # require rainbow gem String monkeypatch, so we can test SystemChecks require 'rainbow/ext/string' +Rainbow.enabled = false # Requires supporting ruby files with custom matchers and macros, etc, # in spec/support/ and its subdirectories. -- cgit v1.2.3