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 12666c3 commit f4e6fe8Copy full SHA for f4e6fe8
test/integration/repo/controls/repository.rb
@@ -26,14 +26,14 @@
26
end
27
28
control 'Postgresql repository keyring' do
29
- title 'should be installed'
+ title 'should not be installed'
30
31
only_if('Requirement for Debian family') do
32
os.debian?
33
34
35
describe package('pgdg-keyring') do
36
- it { should be_installed }
+ it { should_not be_installed }
37
38
39
describe file(repo_keyring) do
0 commit comments