Bläddra i källkod

Merge pull request #28 from NotQuiteMinerva/patch-1

Update authorities.csv
tags/v0.4.5
Adrian Short 6 år sedan
committed by GitHub
förälder
incheckning
675e1fa28f
Ingen känd nyckel hittad för denna signaturen i databasen GPG-nyckel ID: 4AEE18F83AFDEB23
2 ändrade filer med 2 tillägg och 1 borttagningar
  1. +1
    -0
      lib/uk_planning_scraper/authorities.csv
  2. +1
    -1
      spec/authority_spec.rb

+ 1
- 0
lib/uk_planning_scraper/authorities.csv Visa fil

@@ -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
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
Redbridge,http://planning.redbridge.gov.uk/swiftlg/apas/run/wphappcriteria.display,london,londonboroughs


+ 1
- 1
spec/authority_spec.rb Visa fil

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

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

it 'returns a list of authorities' do


Laddar…
Avbryt
Spara