Skip to content

hiroshi/routes_cov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A rails plugin which give you controller#action call base coverage against routes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages