diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2019-08-19 14:06:01 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2019-08-19 14:06:01 +0900 |
| commit | b5be57dcdcb47e47497e635e673bb95b9ffc32b3 (patch) | |
| tree | 065c72d9d822eab2db4b6844a8646364210bd569 | |
| parent | a38161c5be51614d595a6e0fc072ee2c0698a0b0 (diff) | |
| download | bundler-parallel_rspec_2.tar.gz | |
rubocop -aparallel_rspec_2
| -rw-r--r-- | spec/support/parallel.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/parallel.rb b/spec/support/parallel.rb index 2c901fb408..8763cb9ec4 100644 --- a/spec/support/parallel.rb +++ b/spec/support/parallel.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + RSpec.configure do |config| config.silence_filter_announcements = true end |
