Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable granite logs on generated spec_helper.cr #31

Open
faustinoaq opened this issue Jun 21, 2018 · 0 comments
Open

Disable granite logs on generated spec_helper.cr #31

faustinoaq opened this issue Jun 21, 2018 · 0 comments
Labels
kind:bug Something isn't working status:help-wanted Extra attention is needed

Comments

@faustinoaq
Copy link
Contributor

Similar issue here: amberframework/amber#885

I tried to remove granite logs on generated recipes using spec_helper.cr.lqd (no ecr) and I got this error:

Error in line 1: while requiring "./spec/models/user_spec.cr"
in spec/models/user_spec.cr:1: while requiring "./spec_helper"
require "./spec_helper"
^
in spec/models/spec_helper.cr:1: while requiring "../spec_helper": can't find file '../spec_helper' relative to '/home/travis/build/amberframework/recipes/app/spec/models'
require "../spec_helper"
^

Ref: https://travis-ci.org/amberframework/recipes/jobs/394813615#L961

Looks like spec_helper.cr is not being generated with liquid.cr, /cc @damianham

@faustinoaq faustinoaq added kind:bug Something isn't working status:help-wanted Extra attention is needed labels Jun 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug Something isn't working status:help-wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant