Skip to content
  • Nobuyoshi Nakada's avatar
    7e51cadc
    Fix method coverage comparisons · 7e51cadc
    Nobuyoshi Nakada authored
    Although Ruby's hashes preserve the insertion order, the ordering of
    method coverage results is inherently nondeterministic, because they
    are collected using `ObjectSpace`.
    7e51cadc
    Fix method coverage comparisons
    Nobuyoshi Nakada authored
    Although Ruby's hashes preserve the insertion order, the ordering of
    method coverage results is inherently nondeterministic, because they
    are collected using `ObjectSpace`.
Loading