Sha256: e93e0cd3da49277b1e9adfbbe6eae79551b42a30b5f32a875d79b62dbf028eb2
Contents?: true
Size: 348 Bytes
Versions: 4
Compression:
Stored size: 348 Bytes
Contents
covers 'facets/kernel/source_location' tests Kernel do # TODO: lemon seems to intefer with call stack omit unit :source_location do file, line, meth = source_location_example file.assert == __FILE__ line.assert == 13 meth.assert == :source_location_example end def source_location_example source_location end end
Version data entries
4 entries across 4 versions & 1 rubygems