Method: ConflowSpec::Matchers::RunJob#twice
- Defined in:
- lib/conflow_spec/matchers/run_job.rb
#twice ⇒ Object
Convinience method to specify job should be enqueued twice
36 37 38 39 |
# File 'lib/conflow_spec/matchers/run_job.rb', line 36 def twice @times = 2 self end |