Skip to content

Commit 5400226

Browse files
committed
[CI] Adds color output to API tests
1 parent 753a727 commit 5400226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch-api/spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def self.included(context)
6767
RSpec.configure do |config|
6868
config.include(HelperModule)
6969
config.formatter = 'documentation'
70-
config.color = true
70+
config.color_mode = :on
7171
config.add_formatter('RspecJunitFormatter', 'tmp/elasticsearch-api-junit.xml')
7272
end
7373

0 commit comments

Comments
 (0)