We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c96fcf commit 1e1af9cCopy full SHA for 1e1af9c
spec/spec_helper.rb
@@ -5,7 +5,7 @@
5
config.filter_run focus: true
6
config.filter_run_excluding changes_filesystem: true
7
config.run_all_when_everything_filtered = true
8
- config.color = true
+
9
config.order = :random
10
config.example_status_persistence_file_path = '.rspec_failures'
11
config.shared_context_metadata_behavior = :apply_to_host_groups
spec/support/output.rb
@@ -0,0 +1,6 @@
1
+# frozen_string_literal: true
2
3
+RSpec.configure do |config|
4
+ config.color = true
+ config.tty = true
+end
0 commit comments