it "merges the same status to itself" do
    builds = [
      Build.new(name: "tests_0", status: "successful"),
      Build.new(name: "tests_1", status: "successful"),
    ]