module GdsApi::TestHelpers::Mapit
def mapit_does_not_have_areas(area_type)
def mapit_does_not_have_areas(area_type) stub_request(:get, "#{MAPIT_ENDPOINT}/areas/" + area_type + ".json") .to_return(:body => [].to_json, :status => 200) end
def mapit_does_not_have_areas(area_type) stub_request(:get, "#{MAPIT_ENDPOINT}/areas/" + area_type + ".json") .to_return(:body => [].to_json, :status => 200) end