Skip to content

Commit a124be3

Browse files
committed
add missing end statement
Signed-off-by: Dominik Richter <[email protected]>
1 parent f0de429 commit a124be3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

default/serverspec/phpconf_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,6 @@
127127

128128
context php_config('mail.add_x_header') do
129129
its(:value) { should eq 'Off' }
130+
end
130131

131132
end

0 commit comments

Comments
 (0)