Class: Quiver::DutyTestHelper
- Inherits:
-
Object
- Object
- Quiver::DutyTestHelper
- 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
- #carry_out(count) ⇒ Object
-
#initialize ⇒ DutyTestHelper
constructor
A new instance of DutyTestHelper.
Constructor Details
#initialize ⇒ DutyTestHelper
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 |