it "merges 'fixed' and anything to 'fixed'" do
    builds = [
      Build.new(name: "tests_0", status: "successful"),
      Build.new(name: "tests_1", status: "fixed"),
    ]