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 (
commit 7ee33d1fd673bebabb15afcfecc5668abc2c1531
tree e76229d64844d3b0aa6a429937d2788f1b0434fb
parent 0fb25167b52cb5780ce22618d0cd58a18bdd7ac6
tree e76229d64844d3b0aa6a429937d2788f1b0434fb
parent 0fb25167b52cb5780ce22618d0cd58a18bdd7ac6
README
RoutesCov ========= A rails plugin which give you controller#action call base coverage against routes. Install ======= $ script/plugin install git://github.com/hiroshi/routes_cov.git Usage ======= $ rake test:functionals .... Finished in 13.932317 seconds. 121 tests, 307 assertions, 0 failures, 0 errors There are unperformed actions here: groups#index groups#show users#member ... Todo ==== I'v released the first version ot the plugin hastily. Just worked with a project like above usage example. There is too many thigs what to be done... First of all, write todo.








