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? -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users
- [rspec-users] How to execute code if a rspec test fails Rishi Gh
- Re: [rspec-users] How to execute code if a rspec test... David Chelimsky