aboutsummaryrefslogtreecommitdiffstats
path: root/switchtower/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'switchtower/Rakefile')
-rw-r--r--switchtower/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/switchtower/Rakefile b/switchtower/Rakefile
index 2e99a99244..69ac03c9a0 100644
--- a/switchtower/Rakefile
+++ b/switchtower/Rakefile
@@ -15,7 +15,7 @@ desc "Build documentation"
task :doc => [ :rdoc ]
Rake::TestTask.new do |t|
- t.test_files = Dir["test/*_test.rb"]
+ t.test_files = Dir["test/**/*_test.rb"]
t.verbose = true
end