From 1e154247de5237a1c44cf6bceebf7701f343e095 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Sat, 22 Sep 2018 20:59:40 +0100 Subject: [PATCH] Fix test because we've got more authorities now --- 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 6c4a72f..16d048d 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(48) + expect(all.count).to eq(56) end it 'returns a list of authorities' do