• Robert Speicher's avatar
    Add Commit#== · 38cd3d64
    Robert Speicher authored
    Prior, comparison would use the Ruby object's ID, which got out of sync
    after a Spring fork and would result in erroneous test failures.
    
    Now we just check that the compared object is a Commit and then compare
    their underlying raw commit objects.
    38cd3d64
commit.rb 3.87 KB