mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Merge pull request #5171 from chrisbirster/update_passwd_example
fix error in passwd example
This commit is contained in:
commit
693dd1b02c
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ A `passwd` resource block declares one (or more) users and associated user infor
|
|||
its('users') { should_not include 'forbidden_user' }
|
||||
end
|
||||
|
||||
describe passwd.uid(filter) do
|
||||
describe passwd.uids(filter) do
|
||||
its('users') { should cmp 'root' }
|
||||
its('count') { should eq 1 }
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue