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<http://thoughtbot.com/projects/quietbacktrace>. I found Spec::Runner::QuietBacktraceTweaker in the RDOCS, but I can''t figure out how to use it. Can I add something to spec_helper.rb that will utilize Spec::Runner::QuietBacktraceTweaker to quiet the backtraces? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20080118/f270c5bf/attachment.html
On Jan 19, 2008 4:16 AM, Jed Hurt <jed.hurt at gmail.com> 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 how to use it. Can I add something to spec_helper.rb that will utilize > Spec::Runner::QuietBacktraceTweaker to quiet the backtraces?It''s on by default, and you can turn it off with -b on the command line Thanks for telling me about the Quiet Backtrace gem, I''ve added a ticket for that: http://rspec.lighthouseapp.com/projects/5645-rspec/tickets/243-add-support-for-quietbacktrace-gem Aslak> _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
Ahh, I see. Is Spec::Runner::QuietBacktraceTweaker configurable for more quietness? On Sat, Jan 19, 2008 at 1:39 AM, aslak hellesoy <aslak.hellesoy at gmail.com> wrote:> On Jan 19, 2008 4:16 AM, Jed Hurt <jed.hurt at gmail.com> 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 how to use it. Can I add something to spec_helper.rb that will > utilize > > Spec::Runner::QuietBacktraceTweaker to quiet the backtraces? > > It''s on by default, and you can turn it off with -b on the command line > > Thanks for telling me about the Quiet Backtrace gem, I''ve added a > ticket for that: > > http://rspec.lighthouseapp.com/projects/5645-rspec/tickets/243-add-support-for-quietbacktrace-gem > > Aslak > > > _______________________________________________ > > rspec-users mailing list > > rspec-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/rspec-users > > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20080220/3c5c06a3/attachment.html
On Thu, Feb 21, 2008 at 12:52 AM, Jed Hurt <jed.hurt at gmail.com> wrote:> Ahh, I see. Is Spec::Runner::QuietBacktraceTweaker configurable for more > quietness?Nope.> > > > On Sat, Jan 19, 2008 at 1:39 AM, aslak hellesoy <aslak.hellesoy at gmail.com> > wrote: > > > > > > > > > On Jan 19, 2008 4:16 AM, Jed Hurt <jed.hurt at gmail.com> 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 how to use it. Can I add something to spec_helper.rb that will > utilize > > > Spec::Runner::QuietBacktraceTweaker to quiet the backtraces? > > > > It''s on by default, and you can turn it off with -b on the command line > > > > Thanks for telling me about the Quiet Backtrace gem, I''ve added a > > ticket for that: > > > http://rspec.lighthouseapp.com/projects/5645-rspec/tickets/243-add-support-for-quietbacktrace-gem > > > > Aslak > > > > > _______________________________________________ > > > rspec-users mailing list > > > rspec-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/rspec-users > > > > > _______________________________________________ > > rspec-users mailing list > > rspec-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/rspec-users > > > > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
On Thu, Feb 21, 2008 at 6:21 AM, David Chelimsky <dchelimsky at gmail.com> wrote:> On Thu, Feb 21, 2008 at 12:52 AM, Jed Hurt <jed.hurt at gmail.com> wrote: > > Ahh, I see. Is Spec::Runner::QuietBacktraceTweaker configurable for more > > quietness? > > Nope.Haha. Is that a terse form of PDI? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20080229/5b6768b7/attachment.html
On Fri, Feb 29, 2008 at 1:08 PM, Jed Hurt <jed.hurt at gmail.com> wrote:> > > > On Thu, Feb 21, 2008 at 6:21 AM, David Chelimsky <dchelimsky at gmail.com> > wrote: > > > > On Thu, Feb 21, 2008 at 12:52 AM, Jed Hurt <jed.hurt at gmail.com> wrote: > > > Ahh, I see. Is Spec::Runner::QuietBacktraceTweaker configurable for more > > > quietness? > > > > Nope. > > Haha. Is that a terse form of PDI?Not intentional. I think I was responding on my phone, which makes everything more terse. Cheers, David> _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
Ahh, I see. Cool, cool :) On Fri, Feb 29, 2008 at 2:52 PM, David Chelimsky <dchelimsky at gmail.com> wrote:> On Fri, Feb 29, 2008 at 1:08 PM, Jed Hurt <jed.hurt at gmail.com> wrote: > > > > > > > > On Thu, Feb 21, 2008 at 6:21 AM, David Chelimsky <dchelimsky at gmail.com> > > wrote: > > > > > > On Thu, Feb 21, 2008 at 12:52 AM, Jed Hurt <jed.hurt at gmail.com> wrote: > > > > Ahh, I see. Is Spec::Runner::QuietBacktraceTweaker configurable for > more > > > > quietness? > > > > > > Nope. > > > > Haha. Is that a terse form of PDI? > > Not intentional. I think I was responding on my phone, which makes > everything more terse. > > Cheers, > David > > > _______________________________________________ > > rspec-users mailing list > > rspec-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/rspec-users > > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20080229/155713f8/attachment-0001.html