prometheus-formula/test/integration/default/controls/packages_spec.rb

8 lines
140 B
Ruby
Raw Normal View History

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