Skip to content

Commit

Permalink
acceptance: add test for actual port
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS committed Dec 16, 2014
1 parent 1417312 commit dd4a8d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/acceptance/class_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd4a8d8

Please sign in to comment.