• Albert Salim's avatar
    Fix flaky test due to memoization · 4e37833e
    Albert Salim authored
    `ReleaseHighlight.file_paths` memoizes @file_paths
    in a class instance variable. As a result, when this
    class method is called across tests, the value persists
    and subsequent tests would fail.
    4e37833e
release_highlight_spec.rb 5.42 KB