Re: [rspec-users] rspec macro style

2011-08-25 Thread David Chelimsky
On Aug 25, 2011, at 11:40 AM, Lenny Marks wrote: > One of the things that always annoys me when I write/use typical macros in my > specs is how the backtrace from failures don't include the caller of the > macro. Not a huge deal because the example name can be used to track it down, > but I lo

[rspec-users] rspec macro style

2011-08-25 Thread Lenny Marks
One of the things that always annoys me when I write/use typical macros in my specs is how the backtrace from failures don't include the caller of the macro. Not a huge deal because the example name can be used to track it down, but I lose the ability to do things like click on the line from the