I''m getting a humongous backtrace when I have an error in a Cucumber feature. Is there a way to quiet it down a bit? ///ark -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20090124/8672b489/attachment.html>
On Sun, Jan 25, 2009 at 3:39 AM, Mark Wilden <mark at mwilden.com> wrote:> I''m getting a humongous backtrace when I have an error in a Cucumber > feature. Is there a way to quiet it down a bit? >It''s filtering by default. -b gives you a full backtrace. If you get a long one by default it''s a bug. Please advise how to reproduce. Cucumber version, Ruby version etc. Aslak> > ///ark > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >-- Aslak (::) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20090125/079140d3/attachment.html>
On Sat, Jan 24, 2009 at 7:02 PM, aslak hellesoy <aslak.hellesoy at gmail.com>wrote:> > > On Sun, Jan 25, 2009 at 3:39 AM, Mark Wilden <mark at mwilden.com> wrote: > >> I''m getting a humongous backtrace when I have an error in a Cucumber >> feature. Is there a way to quiet it down a bit? >> > > It''s filtering by default. -b gives you a full backtrace. If you get a long > one by default it''s a bug. Please advise how to reproduce. Cucumber version, > Ruby version etc. >I filed a ticket on Lighthouse. ///ark -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20090124/e3182d5c/attachment.html>