Fix commit miss

This commit is contained in:
Nobuyoshi Nakada 2023-03-09 00:49:11 +09:00
parent 611a64250a
commit dc1e6573f2
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -18,7 +18,7 @@ RSpec.configure do |config|
end
if config.color_mode == :automatic
if color_enabled? and (ENV["TERM"] == "dumb" or ENV["NO_COLOR"]&.slice(0))
if config.color_enabled? and (ENV["TERM"] == "dumb" or ENV["NO_COLOR"]&.slice(0))
config.color_mode = :off
end
end