Resq
Step type which can be used to handle errors raised during step invocation.
Signature
resq(handler_method=nil, **options)
Behavior
- When
resqstep is defined it will catch exceptions raised from step defined above. - After
resqperformed handler method, next failure track step will be performed. You can override this behavior usingon_erroroption for step. ***