瀏覽代碼

Merge pull request #30 from NotQuiteMinerva/patch-1

Add Northern Ireland
tags/v0.4.5
Adrian Short 6 年之前
committed by GitHub
父節點
當前提交
7ada885e71
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 2 個檔案被更改,包括 2 行新增1 行删除
  1. +1
    -0
      lib/uk_planning_scraper/authorities.csv
  2. +1
    -1
      spec/authority_spec.rb

+ 1
- 0
lib/uk_planning_scraper/authorities.csv 查看文件

@@ -49,6 +49,7 @@ London Legacy Development Corporation,http://planningregister.londonlegacy.co.uk
Manchester,https://pa.manchester.gov.uk/online-applications/search.do?action=advanced,england,greatermanchester
Merton,http://planning.merton.gov.uk/Northgate/PlanningExplorerAA/GeneralSearch.aspx,london,outerlondon,southlondon,england,londonboroughs
Newham,https://pa.newham.gov.uk/online-applications/search.do?action=advanced,londonboroughs,london,londonboroughs
Northern Ireland,http://epicpublic.planningni.gov.uk/publicaccess/search.do?action=advanced&searchType=Application,northernireland,belfast
Nottingham,http://publicaccess.nottinghamcity.gov.uk/online-applications/search.do?action=advanced,nottingham,eastmidlands,england
Old Oak and Park Royal Development Corporation,http://planningregister.opdc.london.gov.uk/swift/apas/run/wphappcriteria.display,london,developmentcorporations,londondevelopmentcorporations
Oldham,http://planningpa.oldham.gov.uk/online-applications/search.do?action=advanced,england,greatermanchester


+ 1
- 1
spec/authority_spec.rb 查看文件

@@ -28,7 +28,7 @@ describe UKPlanningScraper::Authority do
let(:all) { described_class.all }

it 'returns all authorities' do
expect(all.count).to eq(74)
expect(all.count).to eq(75)
end

it 'returns a list of authorities' do


Loading…
取消
儲存