# test/integration/default/apache2.rb describe package('apache2') do it { should be_installed } its('version') { should eq '2.4.43' } end describe port(80) do it { should be_listening } end