[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.6-1-356-g5718585
James Turnbull
james at lovedthanlost.net
Fri Jan 23 14:20:51 UTC 2009
The following commit has been merged in the master branch:
commit 415663bb3ddbaa83c937c7acbf2babe7d30923da
Author: James Turnbull <james at lovedthanlost.net>
Date: Sun Aug 24 10:47:42 2008 +1000
Added simple rake task for running unit tests
diff --git a/CHANGELOG b/CHANGELOG
index cc18f29..22bc7d8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,6 @@
0.24.x
+ Added simple rake task for running unit tests
+
Added spec Rake task
Fixed #1526 - Fixed leak in template
diff --git a/Rakefile b/Rakefile
index e35368a..bcc5241 100644
--- a/Rakefile
+++ b/Rakefile
@@ -156,3 +156,8 @@ task :spec do
t.spec_files = FileList['spec/**/*.rb']
end
end
+
+desc "Run the unit tests"
+task :unit do
+ sh "cd test; rake"
+end
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list