Merge pull request #5171 from chrisbirster/update_passwd_example

fix error in passwd example
This commit is contained in:
Nick Schwaderer 2020-08-04 11:27:50 +01:00 committed by GitHub
commit 693dd1b02c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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