fix error in passwd example

Signed-off-by: Chris Birster <christopher.birster@gmail.com>
This commit is contained in:
Chris Birster 2020-07-28 13:31:15 -04:00
parent 5f7e8797d8
commit 15dfb55463

View file

@ -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