inspec/test/integration/default/secpol_spec.rb
2016-03-18 11:30:54 +01:00

8 lines
166 B
Ruby

# encoding: utf-8
if os.windows?
describe security_policy do
its('EnableAdminAccount') { should eq 1 }
its('EnableGuestAccount') { should eq 0 }
end
end