minor: better test filename
This commit is contained in:
parent
f38f2c32f7
commit
55f839fe0d
2
Rakefile
2
Rakefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue