Skip to content

Commit

Permalink
[CI] Fix colorizing in specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragmaanir committed Oct 3, 2023
1 parent 0ad2f06 commit 1c29f44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/namespace_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ describe Kommando::Namespace do
root = namespace
io = IO::Memory.new

c = Colorize.enabled?
Colorize.enabled = true
root.run(args, io)
Colorize.enabled = c

io.to_s
end
Expand Down

0 comments on commit 1c29f44

Please sign in to comment.