[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35
Markus Roberts
Markus at reality.com
Wed Jul 14 10:35:17 UTC 2010
The following commit has been merged in the upstream branch:
commit 117e6b6145cce12d99a7cc08f71e9a99c96fd4ff
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 a1693a9..8e21ceb 100644
--- a/Rakefile
+++ b/Rakefile
@@ -43,7 +43,7 @@ desc "Create the tarball and the gem - use when releasing"
task :puppetpackages => [:create_gem, :package]
Spec::Rake::SpecTask.new do |t|
- t.spec_opts = ['--format','s', '--loadby','mtime']
+ t.spec_opts = ['--format','s', '--loadby','mtime','--color']
t.pattern ='spec/{unit,integration}/**/*.rb'
t.fail_on_error = false
end
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list