summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 1a3faad09..f4f88f2cc 100644
--- a/Rakefile
+++ b/Rakefile
@@ -23,7 +23,7 @@ project = Rake::RedLabProject.new("puppet") do |p|
'lib/puppet.rb',
'lib/puppet/**/*.rb',
'lib/puppet/**/*.py',
- 'test/**/*.rb',
+ 'test/**/*',
'bin/**/*',
'ext/**/*',
'examples/**/*',