Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/westonganger/automatic_rails_route_testing

Template for easy exception testing for all routes within a Rails app
https://github.com/westonganger/automatic_rails_route_testing

minitest rails rails-routes rails-testing rspec ruby template

Last synced: 7 days ago
JSON representation

Template for easy exception testing for all routes within a Rails app

Awesome Lists containing this project

README

        

# Automatic Rails Route Testing

Template for easy exception testing for all routes within a Rails app

## Minitest

- [test/controllers/test_all_get_routes.rb](./test/controllers/test_all_get_routes.rb)

## RSpec

- [spec/requests/all_routes_spec.rb](./spec/requests/all_routes_spec.rb)

## Credits

Created by [Weston Ganger](https://westonganger.com) - [@westonganger](https://github.com/westonganger)