Re: [rspec-users] Quiet Backtrace in RSpec

2008-02-29 Thread Jed Hurt
Ahh, I see. Cool, cool :) On Fri, Feb 29, 2008 at 2:52 PM, David Chelimsky <[EMAIL PROTECTED]> wrote: > On Fri, Feb 29, 2008 at 1:08 PM, Jed Hurt <[EMAIL PROTECTED]> wrote: > > > > > > > > On Thu, Feb 21, 2008 at 6:21 AM, David Chelimsky <[EMAIL PROTECTED]> > > wrote: > > > > > > On Thu, Feb 21,

Re: [rspec-users] Quiet Backtrace in RSpec

2008-02-29 Thread David Chelimsky
On Fri, Feb 29, 2008 at 1:08 PM, Jed Hurt <[EMAIL PROTECTED]> wrote: > > > > On Thu, Feb 21, 2008 at 6:21 AM, David Chelimsky <[EMAIL PROTECTED]> > wrote: > > > > On Thu, Feb 21, 2008 at 12:52 AM, Jed Hurt <[EMAIL PROTECTED]> wrote: > > > Ahh, I see. Is Spec::Runner::QuietBacktraceTweaker configura

Re: [rspec-users] Quiet Backtrace in RSpec

2008-02-29 Thread Jed Hurt
On Thu, Feb 21, 2008 at 6:21 AM, David Chelimsky <[EMAIL PROTECTED]> wrote: > On Thu, Feb 21, 2008 at 12:52 AM, Jed Hurt <[EMAIL PROTECTED]> wrote: > > Ahh, I see. Is Spec::Runner::QuietBacktraceTweaker configurable for more > > quietness? > > Nope. Haha. Is that a terse form of PDI? ___

Re: [rspec-users] Quiet Backtrace in RSpec

2008-02-21 Thread David Chelimsky
On Thu, Feb 21, 2008 at 12:52 AM, Jed Hurt <[EMAIL PROTECTED]> wrote: > Ahh, I see. Is Spec::Runner::QuietBacktraceTweaker configurable for more > quietness? Nope. > > > > On Sat, Jan 19, 2008 at 1:39 AM, aslak hellesoy <[EMAIL PROTECTED]> > wrote: > > > > > > > > > On Jan 19, 2008 4:16 AM, Jed H

Re: [rspec-users] Quiet Backtrace in RSpec

2008-02-20 Thread Jed Hurt
Ahh, I see. Is Spec::Runner::QuietBacktraceTweaker configurable for more quietness? On Sat, Jan 19, 2008 at 1:39 AM, aslak hellesoy <[EMAIL PROTECTED]> wrote: > On Jan 19, 2008 4:16 AM, Jed Hurt <[EMAIL PROTECTED]> wrote: > > I'm using RSpec on Rails and would like to clean up the backtraces, so

Re: [rspec-users] Quiet Backtrace in RSpec

2008-01-19 Thread aslak hellesoy
On Jan 19, 2008 4:16 AM, Jed Hurt <[EMAIL PROTECTED]> wrote: > I'm using RSpec on Rails and would like to clean up the backtraces, so I > went looking for an RSpec equivalent to ThoughtBot's Quiet Backtrace gem. I > found Spec::Runner::QuietBacktraceTweaker in the RDOCS, but I can't figure > out ho

[rspec-users] Quiet Backtrace in RSpec

2008-01-18 Thread Jed Hurt
I'm using RSpec on Rails and would like to clean up the backtraces, so I went looking for an RSpec equivalent to ThoughtBot's Quiet Backtrace gem. I found Spec::Runner::QuietBacktraceTweaker in the RDOCS, but I can't figure out how to use it. Can I add