Re: [rspec-users] Start ruby debugger if an rspec test fails

2013-05-01 Thread Vighnesh Rege
Thanks Clifford. It looks promising. I'll try it out. Vighnesh On Mon, Apr 29, 2013 at 10:23 PM, Clifford Heath wrote: > Vighnesh, > > On 30/04/2013, at 10:42 AM, Vighnesh Rege wrote: > > I was wondering if any of you knows the answer to this: > > > http://stackoverflow.com/questions/162903

Re: [rspec-users] Start ruby debugger if an rspec test fails

2013-04-29 Thread Clifford Heath
Vighnesh, On 30/04/2013, at 10:42 AM, Vighnesh Rege wrote: > I was wondering if any of you knows the answer to this: > http://stackoverflow.com/questions/16290365/start-ruby-debugger-if-rspec-test-fails I posted my answer to this, which is to catch the ExpectationNotMatched exception as it's be

Re: [rspec-users] Start ruby debugger if an rspec test fails

2013-04-29 Thread Samer Masry
have u tried using pry to debug the issue? Sent from my iPhone On Apr 29, 2013, at 5:42 PM, Vighnesh Rege wrote: > Hey guys, > > I was wondering if any of you knows the answer to this: > http://stackoverflow.com/questions/16290365/start-ruby-debugger-if-rspec-test-fails > > Thanks! > > Vighn