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