diff --git a/lib/temporal/testing/local_workflow_context.rb b/lib/temporal/testing/local_workflow_context.rb index 0f30fe0f..7d3321ae 100644 --- a/lib/temporal/testing/local_workflow_context.rb +++ b/lib/temporal/testing/local_workflow_context.rb @@ -180,6 +180,10 @@ def fail(exception) raise exception end + def continue_as_new(*input, **args) + raise NotImplementedError, 'not yet available for testing' + end + def wait_for_all(*futures) futures.each(&:wait)