fixed rakefile

improve_associations
Chris Anderson 2008-10-06 12:27:01 -07:00
parent 75bbb26c7a
commit d7e3c7931f
1 changed files with 1 additions and 1 deletions

View File

@ -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"