BLAHAJ/spec/spec_helper.cr

6 lines
103 B
Crystal
Raw Permalink Normal View History

2022-05-18 18:41:41 +02:00
require "spec"
require "../src/blahaj"
2022-12-24 23:46:03 +01:00
# CI usually has TERM=dumb or NO_COLOR
Colorize.enabled = true