gocardless / statesman

A statesmanlike state machine library.
https://gocardless.com/blog/statesman/
MIT License
1.78k stars 163 forks source link

Add #reset method to state machine and adapter interfaces #415 #417

Closed dmitry closed 4 years ago

dmitry commented 4 years ago

It will allow to reset state machine history and last states with #reload. Very useful in case of rollbacks.

Related to the issue #415

dmitry commented 4 years ago

@thom-oman Fixed rubocop offenses.