All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.5 - 2021-09-19
- Option to rename the anonymous controller
0.0.4 - 2021-09-13
- The routes get set more consistently
0.0.3 - 2021-08-06
- Support for multiple test classes in one file
0.0.2 - 2021-08-02
- Ensures that the
ActiveSupport.on_load(:action_dispatch_integration_test)
hook runs
0.0.1 - 2021-08-01
- Ability to create an anonymous controller in a Rails integration test
- Ability to create views for the controller
- A default
resources
route - Ability to customize the route