Skip to content

Commit f4e6fe8

Browse files
committed
test(repository): keyring should not be installed in debian family
1 parent 12666c3 commit f4e6fe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/repo/controls/repository.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
end
2727

2828
control 'Postgresql repository keyring' do
29-
title 'should be installed'
29+
title 'should not be installed'
3030

3131
only_if('Requirement for Debian family') do
3232
os.debian?
3333
end
3434

3535
describe package('pgdg-keyring') do
36-
it { should be_installed }
36+
it { should_not be_installed }
3737
end
3838

3939
describe file(repo_keyring) do

0 commit comments

Comments
 (0)