Method: ConflowSpec::FlowContext#_conflow_spec_test_instance
- Defined in:
- lib/conflow_spec/flow_context.rb
#_conflow_spec_test_instance ⇒ 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.
Instance of the TestFlow
56 57 58 |
# File 'lib/conflow_spec/flow_context.rb', line 56 def _conflow_spec_test_instance @_conflow_spec_test_instance ||= _conflow_spec_test_class.new end |