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

8 lines
135 B
Ruby

control 'Postfix packages' do
title 'should be installed'
describe package('postfix') do
it { should be_installed }
end
end