[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 2.6.1rc1-141-gcdb2b90
James Turnbull
james at lovedthanlost.net
Mon Aug 16 12:47:32 UTC 2010
The following commit has been merged in the upstream branch:
commit b9aba7ce6545553de641695c4252769db9383bb8
Author: Matt Robinson <matt at puppetlabs.com>
Date: Mon Jun 7 11:56:39 2010 -0700
maint: Have 'rake spec' output in color
Ideally it would be nice if the rake task used personalized RSpec
settings on a per user basis, but until someone figures that out color
would be nice
Signed-off-by: Matt Robinson <matt at puppetlabs.com>
diff --git a/Rakefile b/Rakefile
index 416bafb..52af913 100644
--- a/Rakefile
+++ b/Rakefile
@@ -50,7 +50,7 @@ task :spec do
end
Spec::Rake::SpecTask.new do |t|
- t.spec_opts = ['--format','s', '--loadby','mtime']
+ t.spec_opts = ['--format','s', '--loadby','mtime', '--color']
t.spec_files = FileList['spec/**/*.rb']
t.fail_on_error = false
if defined?(Rcov)
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list