it "dynamically validates the reasons" do
      stub_const("#{Budget::ReclassifiedVote}::REASONS", %w[custom])

      reclassified_vote.reason = "custom"
      expect(reclassified_vote).to be_valid