scenario "Filtering by without assigned admin" do
      create(:budget_investment, title: "Investment without admin", budget: budget)
      create(:budget_investment, :with_administrator, title: "Investment with admin", budget: budget)

      visit admin_budget_budget_investments_path(budget_id: budget)