1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove unncessary code.

This commit is contained in:
kennyj 2012-09-17 21:33:43 +09:00
parent 2a301505ec
commit 87321488da

View file

@ -47,7 +47,6 @@ class TestThreadConsumer < ActiveSupport::TestCase
end end
test "shutting down the queue synchronously drains the jobs" do test "shutting down the queue synchronously drains the jobs" do
runnable = ::Queue.new
ran = false ran = false
job = Job.new do job = Job.new do
sleep 0.1 sleep 0.1