Skip to content

Commit 1e1af9c

Browse files
author
Mattia Roccoberton
committed
Enable RSpec colors in CI
1 parent 9c96fcf commit 1e1af9c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
config.filter_run focus: true
66
config.filter_run_excluding changes_filesystem: true
77
config.run_all_when_everything_filtered = true
8-
config.color = true
8+
99
config.order = :random
1010
config.example_status_persistence_file_path = '.rspec_failures'
1111
config.shared_context_metadata_behavior = :apply_to_host_groups

spec/support/output.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# frozen_string_literal: true
2+
3+
RSpec.configure do |config|
4+
config.color = true
5+
config.tty = true
6+
end

0 commit comments

Comments
 (0)