Method: ConflowSpec::FlowContext#_conflow_spec_test_class
- Defined in:
- lib/conflow_spec/flow_context.rb
#_conflow_spec_test_class ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Subclass of a described class with overriden queueing logic
63 64 65 |
# File 'lib/conflow_spec/flow_context.rb', line 63 def _conflow_spec_test_class @_conflow_spec_test_class ||= ConflowSpec::TestFlow.build(described_class, _conflow_spec_queue) end |