Skip to content

Commit f5a1e6b

Browse files
committed
Fix typo
1 parent 53c6eb6 commit f5a1e6b

File tree

1 file changed

+1
-1
lines changed
  • tests/serverspec/spec/shared/php

1 file changed

+1
-1
lines changed

tests/serverspec/spec/shared/php/fpm.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
end
4040
end
4141

42-
shared_examples 'php-fpm::listening::local-only'
42+
shared_examples 'php-fpm::listening::local-only' do
4343
describe port(9000) do
4444
it "php-fpm should NOT be listening public", :retry => 5, :retry_wait => 10 do
4545
should_not be_listening.on('0.0.0.0')

0 commit comments

Comments
 (0)