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
|
end
|
||||||
|
|
||||||
Rake::TestTask.new(:pooled_threading) do |t|
|
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
|
t.verbose = true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue