Skip to content

Commit 1c29f44

Browse files
committed
[CI] Fix colorizing in specs
1 parent 0ad2f06 commit 1c29f44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/namespace_spec.cr

+3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@ describe Kommando::Namespace do
5959
root = namespace
6060
io = IO::Memory.new
6161

62+
c = Colorize.enabled?
63+
Colorize.enabled = true
6264
root.run(args, io)
65+
Colorize.enabled = c
6366

6467
io.to_s
6568
end

0 commit comments

Comments
 (0)