Changed 'colour' to 'color' in /spec/spec_helper_system.rb

Closes-Bug: #1334136
Change-Id: I4af92b992210a9241441c33b97ce796e81ecd59d
This commit is contained in:
th0rnspear
2014-06-25 12:11:30 +02:00
committed by Maxime Lumeau
parent 942f61111c
commit 8f9dfd6681

View File

@@ -26,7 +26,7 @@ RSpec.configure do |c|
# Project root
proj_root = File.expand_path(File.join(File.dirname(__FILE__), '..'))
# Enable colour
# Enable color
c.tty = true
c.include RSpecSystemPuppet::Helpers