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.58k stars 208 forks source link

crystal doc doesn't work #1229

Closed juozasg closed 3 years ago

juozasg commented 4 years ago

Running crystal doc --error-trace

Outputs:

Showing last frame. Use --error-trace for full trace.

In src/amber/cli/templates/api/controller/spec/controllers/spec_helper.cr:1:1

 1 | require "../spec_helper"
     ^
Error: can't find file '../spec_helper' relative to '/home/juozas/Code/amber/src/amber/cli/templates/api/controller/spec/controllers/spec_helper.cr'
AndiLavera commented 4 years ago

1230 fixed this issue.

eliasjpr commented 3 years ago

Closing because this was address with #1230