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/c4d0e180-cc9d-4954-b49b-8faa016b0bdf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to