Re: [rspec-users] Backtrace for passing specs via custom formatter

2008-11-24 Thread David Chelimsky
On Fri, Nov 21, 2008 at 4:55 AM, Andreas Wolff <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using example.implementation_backtrace in a custom formatter to > get the path of the file a passing spec belongs to. Following rspec on > github I saw that implementation_backtrace is now deprecated and > repla

[rspec-users] Backtrace for passing specs

2008-11-21 Thread rubyphunk
Hi, I'm using example.implementation_backtrace in a custom formatter to get the path of the file a passing spec belongs to. Following rspec on github I saw that implementation_backtrace is now deprecated and replaced by example.backtrace. Sadly it always returns nil for passed specs. So I had a lo

[rspec-users] Backtrace for passing specs via custom formatter

2008-11-21 Thread Andreas Wolff
Hi, I'm using example.implementation_backtrace in a custom formatter to get the path of the file a passing spec belongs to. Following rspec on github I saw that implementation_backtrace is now deprecated and replaced by example.backtrace. Sadly it always returns nil for passed specs. So I had a lo