diff --git a/spec/acceptance/class_spec.rb b/spec/acceptance/class_spec.rb index e006251cf..954b6ac58 100644 --- a/spec/acceptance/class_spec.rb +++ b/spec/acceptance/class_spec.rb @@ -32,6 +32,10 @@ class { 'apache': } it { is_expected.to be_enabled } it { is_expected.to be_running } end + + describe port(80) do + it { should be_listening } + end end context 'custom site/mod dir parameters' do