class Quiver::DutyTestHelper::DelayedJobHelper

Public Instance Methods

carry_out(count) click to toggle source
# File lib/quiver/duty_test_helper/delayed_job_helper.rb, line 4
def carry_out(count)
  Delayed::Worker.new.work_off(count)
end