Explorar el Código

Fix test

tags/v0.4.5
Adrian Short hace 6 años
padre
commit
11a6ac9d02
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      spec/authority_spec.rb

+ 1
- 1
spec/authority_spec.rb Ver fichero

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


Cargando…
Cancelar
Guardar