minor: better test filename

This commit is contained in:
Kyle Banker 2010-12-15 12:16:10 -05:00
parent f38f2c32f7
commit 55f839fe0d
2 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ namespace :test do
end
Rake::TestTask.new(:pooled_threading) do |t|
t.test_files = FileList['test/threading/*.rb']
t.test_files = FileList['test/threading/*_test.rb']
t.verbose = true
end