semantic
semantic copied to clipboard
undefined method `strip' for nil:NilClass
Observed: Semantic::Version.new('1.2.3').satisfies?('')
throws an error with the message undefined method strip for nil:NilClass
Expected: false
or another error is returned