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