Skip to content

Commit

Permalink
Merge pull request #1011 from mhaskel/FM-2140
Browse files Browse the repository at this point in the history
FM-2140 - Fix for suphp test
  • Loading branch information
hunner committed Feb 11, 2015
2 parents 8e5d051 + c971a1f commit dab9d3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/acceptance/mod_suphp_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class { 'apache::mod::suphp': }
end

it 'should answer to suphp.example.com' do
shell("/bin/sleep 10")
shell("/usr/bin/curl suphp.example.com:80") do |r|
expect(r.stdout).to match(/^daemon$/)
expect(r.exit_code).to eq(0)
Expand Down

0 comments on commit dab9d3c

Please sign in to comment.