mirror of
https://github.com/inspec/inspec
synced 2024-11-27 07:00:39 +00:00
minor typo fix
This commit is contained in:
parent
1fa957c8ca
commit
9e2dc30fb5
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class Passwd < Inspec.resource(1)
|
|||
end
|
||||
|
||||
describe passwd.uids(0) do
|
||||
its('users') { should eq 'root' }
|
||||
its('users') { should cmp 'root' }
|
||||
its('count') { should eq 1 }
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue