tags:

views:

9

answers:

0

In Spec::Runner::Formatter::BaseTextFormatter the method "def dump_summary(duration, example_count, failure_count, pending_count)" provides the parameter "duration" which seems to be the time it takes for all tests to execute. I would really like to know how long each test takes individually, is it possible to get this information? The methods "def example_failed(example, counter, failure)" and "def example_passed(example)" don't seem to provide this information. Thank you!