it "shows the number of users that have supported an investment project" do
    another_heading = create(:budget_heading, budget: budget)
    another_investment = create(:budget_investment, heading: another_heading)

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