amberframework / amber

A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance.
https://amberframework.org
MIT License
2.57k stars 204 forks source link

Should Generate Controller Specs with `amber generate api` #1361

Open HCLarsen opened 2 months ago

HCLarsen commented 2 months ago

When generating an API only resource, it generates the files for the model and the controller, but in the spec folder, it only generates specs for the model, not the controller.