[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35

test branch puppet-dev at googlegroups.com
Wed Jul 14 10:32:52 UTC 2010


The following commit has been merged in the upstream branch:
commit 9b2b0ecf2245f8e84e7e9811b2aca2a7b983f015
Author: Jesse Wolfe <jes5199 at gmail.com>
Date:   Tue Apr 13 13:41:47 2010 -0700

    Fix #3551 rake spec fails to run integration specs
    
    A typo prevents the Rakefile from finding tests in spec/integration
    
    Signed-off-by: Jesse Wolfe <jes5199 at gmail.com>

diff --git a/Rakefile b/Rakefile
index 515184a..a1693a9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -44,7 +44,7 @@ task :puppetpackages => [:create_gem, :package]
 
 Spec::Rake::SpecTask.new do |t|
     t.spec_opts = ['--format','s', '--loadby','mtime']
-    t.pattern ='spec/{unit,integation}/**/*.rb'
+    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