mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
fix error in passwd example
Signed-off-by: Chris Birster <christopher.birster@gmail.com>
This commit is contained in:
parent
5f7e8797d8
commit
15dfb55463
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