summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-19 11:36:17 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-21 08:10:48 +0900
commit10011f4371c4d6f9a5e49b210800beba1e3e3722 (patch)
tree88580d13e752e01800e569632dbdd65647f94b4b /spec
parentace88852f2c2dae52118d80cbf5800ea99e409e6 (diff)
[bundler/bundler] Try to use RunTimeLogger for parallel_tests
https://github.com/bundler/bundler/commit/faccc522d1
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/support/parallel.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/bundler/support/parallel.rb b/spec/bundler/support/parallel.rb
new file mode 100644
index 0000000000..8763cb9ec4
--- /dev/null
+++ b/spec/bundler/support/parallel.rb
@@ -0,0 +1,5 @@
+# frozen_string_literal: true
+
+RSpec.configure do |config|
+ config.silence_filter_announcements = true
+end