1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[bundler/bundler] Try to use RunTimeLogger for parallel_tests

https://github.com/bundler/bundler/commit/faccc522d1
This commit is contained in:
Hiroshi SHIBATA 2019-08-19 11:36:17 +09:00
parent ace88852f2
commit 10011f4371
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -0,0 +1,5 @@
# frozen_string_literal: true
RSpec.configure do |config|
config.silence_filter_announcements = true
end