From 11a6ac9d026f47b317265524271b129fdca5453d Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Tue, 9 Oct 2018 10:05:51 +0100 Subject: [PATCH] Fix test --- spec/authority_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/authority_spec.rb b/spec/authority_spec.rb index 864d8e2..10e0726 100644 --- a/spec/authority_spec.rb +++ b/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(71) + expect(all.count).to eq(73) end it 'returns a list of authorities' do