BLAHAJ/spec/spec_helper.cr
Evangelos Paterakis 7487701dc4
feat: v2.0.0
This is too code-base breaking to break into usable commits:

- OOP-ify everything
- Pass Procs and simplify the colorizing methods instead of using Macros
- Improve -i and -w by not moving to the next color if it's whitespace
- Test option parse (spec)
- Create a global typesafe config instead of using a Hash
2022-12-25 00:22:24 +02:00

3 lines
60 B
Crystal

require "spec"
require "file_utils"
require "../src/blahaj"