it "shows the number of supports in investment projects" do
    another_heading = create(:budget_heading, budget: budget)
    another_investment = create(:budget_investment, heading: another_heading)

    create(:user, :level_two, votables: [investment, another_investment])