summaryrefslogtreecommitdiff
path: root/spec/support/parallel.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/parallel.rb')
-rw-r--r--spec/support/parallel.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/support/parallel.rb b/spec/support/parallel.rb
new file mode 100644
index 0000000000..8763cb9ec4
--- /dev/null
+++ b/spec/support/parallel.rb
@@ -0,0 +1,5 @@
+# frozen_string_literal: true
+
+RSpec.configure do |config|
+ config.silence_filter_announcements = true
+end