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
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
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