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
One question here is, would the lucky specs be default, or if this is geared for any framework, then would you want something to wrap the spec call like ./bin/spec which runs crystal spec -D include-lucky or whatever?
Move these...
lucky_flow/src/lucky_flow.cr
Lines 24 to 37 in b14b864
lucky_flow/src/lucky_flow.cr
Lines 59 to 75 in b14b864
Into a module called
LuckyFlow::LuckyHelpers
Will likely require splitting spec into Lucky specific tests.
There should also be a flag similar to what is done in Carbon: https://github.com/luckyframework/carbon/blob/master/README.md#development that let's you run specs with and without Lucky to ensure that it works for no matter what
The text was updated successfully, but these errors were encountered: