Parcourir la source

Fix test

tags/v0.4.5
Adrian Short il y a 6 ans
Parent
révision
11a6ac9d02
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      spec/authority_spec.rb

+ 1
- 1
spec/authority_spec.rb Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer