Skip to content

Commit 07dd597

Browse files
Fix rubocop warning.
Signed-off-by: Gavin Didrichsen <gavin.didrichsen@gmail.com>
1 parent 150a53b commit 07dd597

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/spec_helper_acceptance_local.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
UNSUPPORTED_PLATFORMS = ['Suse', 'windows', 'AIX', 'Solaris'].freeze
44
MAX_RETRY_COUNT = 12
55
RETRY_WAIT = 10
6-
ERROR_MATCHER = %r{(no valid OpenPGP data found|keyserver timed out|keyserver receive failed|Connection reset by peer|closed stream)}.freeze
6+
ERROR_MATCHER = %r{(no valid OpenPGP data found|keyserver timed out|keyserver receive failed|Connection reset by peer|closed stream)}
77

88
require 'singleton'
99

0 commit comments

Comments
 (0)