]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
Fix rspec colour in jenkins
authorKen Barber <ken@bob.sh>
Sat, 13 Apr 2013 22:48:30 +0000 (23:48 +0100)
committerKen Barber <ken@bob.sh>
Sat, 13 Apr 2013 22:48:30 +0000 (23:48 +0100)
Signed-off-by: Ken Barber <ken@bob.sh>
spec/spec_helper.rb

index dbb60d68022fd4515c9ef06530241dc18b24bca4..d27684517b0a5e91a4133f444d2ecdc87a2dd162 100644 (file)
@@ -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')