0.0
No commit activity in last 3 years
No release in over 3 years
A Rspec formatter built upon the default DocumentationFormatter which shows the time taken for each example along with the other information shown by the DocumentationFormatter. You also have the option to list the slowest 'n' examples at the end.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

>= 0
 Project Readme

Timed Specs

A Rspec formatter built upon the default DocumentationFormatter which shows the time taken for each example along with the other information shown by the DocumentationFormatter. You also have the option to list the slowest 'n' examples at the end.

Installation

gem install timed_specs

Or

gem 'timed_specs'

Usage

bundle exec rspec -f TimedSpecs --colour spec/

Or, even easier, add this to your .rspec file:

-- colour
-f TimedSpecs

Testing

To run the tests:

$ bundle exec rspec spec/