Crystal Lang Random Observations
Better Spec Output For Git Commits
# in spec_helper.cr
Spec.override_default_formatter(Spec::VerboseFormatter.new)
Code Layout
/module_name
/src
module_name.cr
/module_name
thing.cr
#contains
module ModuleName
class Thing
/spec
thing_spec.cr
#contains
include ModuleName