coinbase / temporal-ruby

Ruby SDK for Temporal
Apache License 2.0
213 stars 81 forks source link

Mark continue_as_new as not implemented in testing context #299

Closed taonic closed 1 month ago

taonic commented 2 months ago

continue_as_new was never implemented in the testing context, so let's raise NotImplementedError instead of NoMethodError for clarify.