Remove unncessary code.

This commit is contained in:
kennyj 2012-09-17 21:33:43 +09:00
parent 2a301505ec
commit 87321488da
1 changed files with 0 additions and 1 deletions

View File

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