You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
^
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:Ref: https://travis-ci.org/amberframework/recipes/jobs/394813615#L961
Looks like
spec_helper.cr
is not being generated with liquid.cr, /cc @damianhamThe text was updated successfully, but these errors were encountered: