From d7e3c7931f9c97bc900501b2558fb54817108941 Mon Sep 17 00:00:00 2001 From: Chris Anderson Date: Mon, 6 Oct 2008 12:27:01 -0700 Subject: [PATCH] fixed rakefile --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 4f42ec8..1c3e9ce 100644 --- a/Rakefile +++ b/Rakefile @@ -61,7 +61,7 @@ end desc "Run all specs" Spec::Rake::SpecTask.new('spec') do |t| - t.spec_files = FileList['spec/*_spec.rb'] + t.spec_files = FileList['spec/**/*_spec.rb'] end desc "Print specdocs"