From 01976ca87b0931b28381cd494e5b698f3350a20a Mon Sep 17 00:00:00 2001 From: "Sean E. Millichamp" Date: Thu, 13 Nov 2008 22:21:57 -0500 Subject: Include spec directory in packages --- Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 2dc8634c7..e30c70e1c 100644 --- a/Rakefile +++ b/Rakefile @@ -24,6 +24,7 @@ project = Rake::RedLabProject.new("puppet") do |p| 'lib/puppet/**/*.rb', 'lib/puppet/**/*.py', 'test/**/*', + 'spec/**/*', 'bin/**/*', 'ext/**/*', 'examples/**/*', -- cgit