Module: ConflowSpec::Matchers
- Defined in:
- lib/conflow_spec/matchers.rb,
lib/conflow_spec/matchers/run_job.rb
Overview
Collection of matchers used to spec flows
Defined Under Namespace
Classes: RunJob
Instance Method Summary collapse
-
#run_job(job_class) ⇒ RunJob
Run job matchers checks if job of giben worker class is run in the flow.
Instance Method Details
#run_job(job_class) ⇒ RunJob
Run job matchers checks if job of giben worker class is run in the flow.
52 53 54 |
# File 'lib/conflow_spec/matchers.rb', line 52 def run_job(job_class) RunJob.new(job_class) end |