one more test for good measure

This commit is contained in:
Jeremy J. Miller 2016-08-29 19:50:03 -04:00
parent 0d817017bb
commit 3822b8ea3a

View file

@ -119,6 +119,7 @@ if os.linux?
it { should cmp '0' }
it { should cmp '00' }
it { should_not cmp 1 }
it { should_not cmp '01' }
end
end