Skip to content

hiroshi/routes_cov

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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