Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/westonganger/automatic_rails_route_testing
- Owner: westonganger
- Created: 2020-12-26T20:49:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-24T03:07:18.000Z (almost 4 years ago)
- Last Synced: 2025-01-03T04:36:43.094Z (about 1 month ago)
- Topics: minitest, rails, rails-routes, rails-testing, rspec, ruby, template
- Language: Ruby
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)