prometheus-formula/test/integration/default/controls/packages_spec.rb
2019-04-25 22:14:39 +02:00

8 lines
140 B
Ruby

control 'Prometheus package' do
title 'should be installed'
describe package('prometheus') do
it { should be_installed }
end
end