This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Oct 17 14:26:23 -0700 2009 | |
| |
README.md | Fri Nov 06 06:31:30 -0800 2009 | |
| |
Rakefile | Thu Nov 19 02:04:39 -0800 2009 | |
| |
VERSION | Fri Nov 06 06:31:49 -0800 2009 | |
| |
lib/ | Thu Nov 19 02:04:28 -0800 2009 | |
| |
shoulda-addons.gemspec | Thu Nov 19 01:44:42 -0800 2009 | |
| |
test/ | Thu Nov 19 02:04:39 -0800 2009 |
README.md
Like RSpec's profiling of the 10 slowest test cases? Like how it can print out the full test names in shiny and colorful terminal awesomeness instead of meaningless dots? Me too.
require 'shoulda_benchmark'
Patches Shoulda to track runtimes of all your tests, showing you the 10 slowest.
require 'shoulda_list_runner'
Patches Test::Unit to print out test names colored either red or green (you can guess which is which). Blatantly inspired by RedGreen and adapted for Shoulda awesomeness.
require 'shoulda_addons' if you want both, and why wouldn't you?
Install from gemcutter via: gem install shoulda-addons
Is it safe for Ruby 1.9? Yes! Support for the new MiniTest framework is built-in.
Author: Mathias Meyer meyer@paperplanes.de
Contributions
- Test::Unit 2.0 compatibility (github.com/ffmike)
- Include the test class name in the benchmark output for Test::Unit (github.com/tobias)







