add cmp int->string tests

This commit is contained in:
Dominik Richter 2016-02-23 22:31:10 +01:00
parent 681f817992
commit 2fc0994f4c

View file

@ -29,4 +29,9 @@ if os.linux?
it { should include 'root' }
it { should_not cmp 'root' }
end
len = passwd.passwords.length
describe len do
it { should cmp len.to_s }
end
end