Method: ConflowSpec::Matchers::RunJob#twice

Defined in:
lib/conflow_spec/matchers/run_job.rb

#twiceObject

Convinience method to specify job should be enqueued twice

See Also:



36
37
38
39
# File 'lib/conflow_spec/matchers/run_job.rb', line 36

def twice
  @times = 2
  self
end