Skip to content

Commit

Permalink
Merge pull request #959 from DavidS/add-ports-test
Browse files Browse the repository at this point in the history
acceptance: add test for actual port
  • Loading branch information
igalic committed Dec 17, 2014
2 parents 1417312 + dd4a8d8 commit b1b03e0
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 b1b03e0

Please sign in to comment.