minor typo fix

This commit is contained in:
Christoph Hartmann 2016-02-18 21:12:25 +01:00
parent 1fa957c8ca
commit 9e2dc30fb5

View file

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