Sha256: d9028c4a05491b5e8e3cce086a12286603f57a358159133c28c6932f926dcd94

Contents?: true

Size: 266 Bytes

Versions: 1

Compression:

Stored size: 266 Bytes

Contents

# encoding: utf-8

unless os.windows?
  STDERR.puts "\033[1;33mTODO: Not running #{__FILE__} because we are not on Windows.\033[0m"
  return
end

describe security_policy do
  its('EnableAdminAccount') { should eq 1 }
  its('EnableGuestAccount') { should eq 0 }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
inspec-0.30.0 test/integration/default/secpol_spec.rb