inspec/test/integration/default/secpol_spec.rb

9 lines
166 B
Ruby
Raw Normal View History

# encoding: utf-8
if os.windows?
2015-12-17 02:46:27 +00:00
describe security_policy do
its('EnableAdminAccount') { should eq 1 }
its('EnableGuestAccount') { should eq 0 }
end
end