Skip to content

Commit 7238bd5

Browse files
committed
Satisfy Static & Syntax Tests
1 parent c4f50c7 commit 7238bd5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/shared_examples/repos.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
if (facts[:operatingsystem] == 'Debian' && facts[:operatingsystemrelease] =~ /1[1-9]/) || (facts[:operatingsystem] == 'Ubuntu' && facts[:operatingsystemrelease] =~ /2[2-9]/)
3434
it {
3535
is_expected.to contain_class('archive')
36-
is_expected.to contain_archive(keyring)
37-
.with(
36+
is_expected.to contain_archive(keyring).with(
3837
'ensure' => 'present',
3938
'source' => "https://download.docker.com/linux/#{os_lc}/gpg",
4039
'extract' => true,

0 commit comments

Comments
 (0)