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:
parent
ace88852f2
commit
10011f4371
1 changed files with 5 additions and 0 deletions
5
spec/bundler/support/parallel.rb
Normal file
5
spec/bundler/support/parallel.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
RSpec.configure do |config|
|
||||
config.silence_filter_announcements = true
|
||||
end
|
Loading…
Add table
Reference in a new issue