8 lines
130 B
Ruby
8 lines
130 B
Ruby
control 'Nginx package' do
|
|
title 'should be installed'
|
|
|
|
describe package('nginx') do
|
|
it { should be_installed }
|
|
end
|
|
end
|