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:
parent
2a301505ec
commit
87321488da
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue