postfix-formula/test/integration/default/pkgs_spec.rb

8 lines
135 B
Ruby
Raw Normal View History

2018-03-18 00:24:00 +01:00
control 'Postfix packages' do
title 'should be installed'
describe package('postfix') do
it { should be_installed }
end
end