This one is a fairly easy upgrade although it was a little hard to discover all the issues. The main work was around removing Inherited Resources.
Here are more detailed notes:
- All calls to
.deliverbecome.deliver_now. Including in your tests and stubs. If you had any tests that depended on the code block to be executed, you have to call.deliver_nowas method...





