Project

spec_timer

0.0
No commit activity in last 3 years
No release in over 3 years
SpecTimer is a testing hook that reports specs which took too long to run
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

SpecTimer

SpecTimer is a hook for RSpec that reports specs which took longer 1 second to run.

Installation

gem install spec_timer

Usage

In your spec_helper.rb, require the SpecTimer files:

require "spec_timer"
require "spec_timer/watch"

Note: SpecTime will not run unless you require the spec_timer/watch file

License

SpecTimer uses the MIT license