Thanks for these. Really useful. On Saturday, March 22, 2014 5:47:55 AM UTC+2, Myron Marston wrote: > > On Friday, March 21, 2014 1:35:58 AM UTC-7, Panayotis Matsinopoulos wrote: >> >> Hi, >> >> While running rspec I am getting output like this: >> >> >> >> ..FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF............... >> >> >> and at the end, I am getting detailed list of the problems. >> >> Question: How can I get the details of a failure before the whole suite >> finishes and at the failure point on each test? >> >> I would like to see the output while running the suite as follows: >> >> ..F >> <details of failure .... Test + error e.t.c.> >> F >> <details of failure .... Test + error e.t.c.> >> ......F >> <details of failure .... Test + error e.t.c.> >> ......F >> <details of failure .... Test + error e.t.c.> >> ................. >> >> >> Is that clear? >> >> Any help? >> >> Panayotis >> > > There are several 3rd party formatters that provide this: > > * https://github.com/jeffkreeftmeijer/fuubar > * https://github.com/tpope/fivemat > > HTH, > Myron >
-- You received this message because you are subscribed to the Google Groups "rspec" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rspec/40f861c5-a82a-4422-85a8-2483f1c98474%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
