Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Fix acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanevet committed Oct 26, 2014
1 parent 32cc613 commit 714ac2a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions spec/acceptance/puppetserver_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ class { 'puppetserver': }
end

describe port(8140) do
pending 'Need to wait for puppetserver to start'
it { should be_listening.with('tcp') }
it 'should listen on port 8140' do
pending 'Need to wait for puppetserver to start'
should be_listening
end
end
end
end

0 comments on commit 714ac2a

Please sign in to comment.