describe "#count" do
    before do
      2.times { create(:user, geozone: winterfell) }
      1.times { create(:user, geozone: riverlands) }
    end