MethodPathActionImplementedTested
/assets # YES NO
GET /users(.:format) users#index YES YES
POST /users(.:format) users#create YES YES
GET /users/new(.:format) users#new YES YES
GET /users/:id/edit(.:format) users#edit YES YES
GET /users/:id(.:format) users#show YES YES
PUT /users/:id(.:format) users#update YES YES
DELETE /users/:id(.:format) users#destroy YES YES
GET /products(.:format) products#index YES YES
POST /products(.:format) products#create YES YES
GET /products/new(.:format) products#new YES YES
GET /products/:id/edit(.:format) products#edit NO NO
GET /products/:id(.:format) products#show NO NO
PUT /products/:id(.:format) products#update YES YES
DELETE /products/:id(.:format) products#destroy YES YES
GET /sessions/:id/logout(.:format) sessions#logout YES YES
DELETE /sessions/:id/logout(.:format) sessions#logout YES YES
/pages/:action(.:format) pages# YES NO
/rails/info/properties(.:format) rails/info#properties YES NO

Defined: 19 Implemented: 17 Tested: 14