From 8c6b4c1419ce91df87c2a92303bdf1bde3fc2883 Mon Sep 17 00:00:00 2001 From: Ken Barber Date: Sat, 13 Apr 2013 23:48:30 +0100 Subject: [PATCH] Fix rspec colour in jenkins Signed-off-by: Ken Barber --- spec/spec_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index dbb60d6..d276845 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -20,6 +20,7 @@ end fixture_path = File.expand_path(File.join(__FILE__, '..', 'fixtures')) RSpec.configure do |config| + config.tty = true config.mock_with :mocha config.module_path = File.join(fixture_path, 'modules') config.manifest_dir = File.join(fixture_path, 'manifests') -- 2.45.2