describe "#booth" do
      it "returns voters with a booth origin" do
        voter = create(:poll_voter, :from_booth)

        expect(Poll::Voter.booth).to eq [voter]