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 205 forks source link

fix to cli scaffold controller spec deprecated garnetspec module #1296

Closed rrevi closed 1 year ago

rrevi commented 1 year ago

Description of the Change

At some point in the history of the GarnetSpec shard, the GarnetSpec::Controller::Test module was deprecated, instead the GarnetSpec::SystemTest module is to be used.

Benefits

Fixes an error when running cli scaffold controller spec files in more current versions of the GarnetSpec shard.

Possible Drawbacks

Will not work in older versions of GarnetSpec shard.