Skip to content

Commit

Permalink
Merge pull request #30 from mitre/fix-24
Browse files Browse the repository at this point in the history
fixing #24
  • Loading branch information
wdower authored May 14, 2024
2 parents 6231504 + baa413d commit a73f542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controls/V-63829.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

describe registry_key('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System') do
it { should have_property 'EnableLUAs' }
its('EnableLUAs') { should cmp 1 }
its('EnableLUA') { should cmp 1 }
end
end

0 comments on commit a73f542

Please sign in to comment.