Class: Quiver::DutyTestHelper

Inherits:
Object
  • Object
show all
Defined in:
lib/quiver/duty_test_helper.rb,
lib/quiver/duty_test_helper/memory_helper.rb,
lib/quiver/duty_test_helper/delayed_job_helper.rb

Defined Under Namespace

Classes: DelayedJobHelper, MemoryHelper

Instance Method Summary collapse

Constructor Details

#initializeDutyTestHelper

Returns a new instance of DutyTestHelper.



3
4
5
# File 'lib/quiver/duty_test_helper.rb', line 3

def initialize
  self.adapter = helper_class.new
end

Instance Method Details

#carry_out(count) ⇒ Object



7
8
9
# File 'lib/quiver/duty_test_helper.rb', line 7

def carry_out(count)
  adapter.carry_out(count)
end