module GdsApi::TestHelpers::Mapit

def stub_mapit_does_not_have_areas(area_type)

def stub_mapit_does_not_have_areas(area_type)
  stub_request(:get, "#{MAPIT_ENDPOINT}/areas/" + area_type + ".json")
    .to_return(body: [].to_json, status: 200)
end