dry-rb / dry-transaction

Business transaction DSL
http://dry-rb.org/gems/dry-transaction
MIT License
469 stars 55 forks source link

Step notifications are disabled when passing args #60

Closed timriley closed 7 years ago

timriley commented 7 years ago

Moving this across from #47:

Passing step args seem to disable notifications for that step. This is a failing test to highlight the problem. It appears to be due to a new step instance being created without the subscribers attached.