Skip to content

Commit 8fd642b

Browse files
committed
Explicitly tell RSpec we have a TTY to use colors
1 parent c2317fd commit 8fd642b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec-opal/spec_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ def async(*args, &block)
2020
config.extend SkipAsync
2121
config.formatter = :doc
2222
config.color = true
23+
config.tty = true
2324
end

0 commit comments

Comments
 (0)