Sha256: a676877e0e16f4c250d7b4fd4d219ce86b73b87385e6ded32c9304bf98f244d2
Contents?: true
Size: 205 Bytes
Versions: 4
Compression:
Stored size: 205 Bytes
Contents
covers 'facets/string/end_with' tests String do unit :end_with? do s = "xxboo" s.assert.end_with?('boo') end unit :ends_with? do s = "xxboo" s.assert.ends_with?('boo') end end
Version data entries
4 entries across 4 versions & 1 rubygems