public
Description: A rails plugin which give you controller#action call base coverage against routes
Homepage:
Clone URL: git://github.com/hiroshi/routes_cov.git
hiroshi (author)
Tue Sep 01 00:18:02 -0700 2009
commit  7ee33d1fd673bebabb15afcfecc5668abc2c1531
tree    e76229d64844d3b0aa6a429937d2788f1b0434fb
parent  0fb25167b52cb5780ce22618d0cd58a18bdd7ac6
name age message
file MIT-LICENSE Loading commit data...
file README
file Rakefile
file init.rb
directory lib/
directory tasks/
directory test/
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.