it "shows a custom default image when available" do
      stub_const("#{SiteCustomization::Image}::VALID_IMAGES", { "budget_investment_no_image" => [260, 80] })
      create(:site_customization_image,
             name: "budget_investment_no_image",
             image: fixture_file_upload("logo_header-260x80.png"))