Class: TestSupportPipeline

Inherits:
ActiveHarness::Pipeline show all
Defined in:
lib/generators/active_harness/install/templates/pipelines/test_support_pipeline.rb

Overview

Two-step pipeline: spam guard → answer. Add more steps between them as needed.

Constant Summary

Constants inherited from ActiveHarness::Pipeline

ActiveHarness::Pipeline::VALID_HOOKS, ActiveHarness::Pipeline::VALID_STEP_HOOKS

Instance Attribute Summary

Attributes inherited from ActiveHarness::Pipeline

#context, #execution_time, #original_input, #output, #step_results, #stop_reason, #stopped_at

Method Summary

Methods inherited from ActiveHarness::Pipeline

after, before, #call, callback, inherited, #initialize, on, pipeline_config, step, #stopped?

Constructor Details

This class inherits a constructor from ActiveHarness::Pipeline