We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f50c7 commit 7238bd5Copy full SHA for 7238bd5
spec/shared_examples/repos.rb
@@ -33,8 +33,7 @@
33
if (facts[:operatingsystem] == 'Debian' && facts[:operatingsystemrelease] =~ /1[1-9]/) || (facts[:operatingsystem] == 'Ubuntu' && facts[:operatingsystemrelease] =~ /2[2-9]/)
34
it {
35
is_expected.to contain_class('archive')
36
- is_expected.to contain_archive(keyring)
37
- .with(
+ is_expected.to contain_archive(keyring).with(
38
'ensure' => 'present',
39
'source' => "https://download.docker.com/linux/#{os_lc}/gpg",
40
'extract' => true,
0 commit comments