Re: [rspec-users] How to execute code if a rspec test fails

2009-05-23 Thread David Chelimsky
On Sat, May 23, 2009 at 8:13 AM, Rishi Gh wrote: > I am trying to make a call to a class/fxn I made, depending on whether > an Rspec test fails. If it fails, I want to make the call, otherwise I > won't need to. > Is there some error message or specific syntax for checking this? Also, > WHERE shou

[rspec-users] How to execute code if a rspec test fails

2009-05-23 Thread Rishi Gh
I am trying to make a call to a class/fxn I made, depending on whether an Rspec test fails. If it fails, I want to make the call, otherwise I won't need to. Is there some error message or specific syntax for checking this? Also, WHERE should I place this to pickup failed tests, and make the call? -