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 -- 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/fe841952-0461-4b18-bdd1-3671ec60ff3e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
