Skip to content

Commit 939d5d3

Browse files
committed
Fix rubocop offenses
1 parent 857dd7a commit 939d5d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/acceptance/user_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
]
2121
}
2222
else {
23-
$key_test = [
23+
$key_test = [#{' '}
2424
'ssh-rsa #{test_key} vagrant',
2525
'command="/bin/echo Hello",from="myhost.example.com,192.168.1.1" ssh-rsa #{test_key} vagrant2',
2626
'ecdsa-sha2-nistp256 #{ecdsa_test_key} vagrant3',
@@ -62,7 +62,7 @@
6262
]
6363
}
6464
else {
65-
$key_test = [
65+
$key_test = [#{' '}
6666
'ssh-rsa #{test_key} vagrant',
6767
'command="/bin/echo Hello",from="myhost.example.com,192.168.1.1" ssh-rsa #{test_key} vagrant2',
6868
'ecdsa-sha2-nistp256 #{ecdsa_test_key} vagrant3',

0 commit comments

Comments
 (0)