We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9044a92 commit 89fa956Copy full SHA for 89fa956
test/integration/default/controls/services_spec.rb
@@ -3,7 +3,7 @@
3
title 'should be running and enabled'
4
5
# single service
6
- if os[:name] == 'centos' and os[:release].start_with?('6')
+ if os[:name] == 'centos' && os[:release].start_with?('6')
7
describe service("openvpn") do
8
it { should be_enabled }
9
it { should be_running }
0 commit comments