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
Maybe it's a naming thing? I will keep you updated.
I would appreciate it if you have an idea / fix / hint.
Edit: It seems that run_context is entered just once and it's given context has blank @what, blank @description and @_examples is nil.
So it looks like this:
I don't have an example yet and I still have problems with macros and the codebase.
I will post more information if I know more.
At the moment I have a project where no specs are executed with
$ crystal spec
.The console output is always empty.
If I add the path to a spec explicitly it is running.
So far I didn't found much. I saw that
full_name
always contained everything, so the error comes at a later point.Maybe it's a naming thing? I will keep you updated.
I would appreciate it if you have an idea / fix / hint.
Edit: It seems that
run_context
is entered just once and it's given context has blank@what
, blank@description
and@_examples
isnil
.So it looks like this:
The text was updated successfully, but these errors were encountered: