We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dc0046 commit 26e31b3Copy full SHA for 26e31b3
test/test_helper.rb
@@ -27,6 +27,8 @@
27
# kill it when they end
28
#
29
30
+Thread.abort_on_exception = true
31
+
32
at_exit do
33
next if $!
34
test/threaded_pool_test.rb
@@ -1,7 +1,5 @@
1
require "test_helper"
2
3
-Thread.abort_on_exception = true
4
-
5
module Resque
6
7
describe "ThreadedPool" do
0 commit comments