Pārlūkot izejas kodu

Add tests for Authority#tagged

tags/v0.4.5
Adrian Short pirms 6 gadiem
vecāks
revīzija
435b21678d
1 mainītis faili ar 15 papildinājumiem un 0 dzēšanām
  1. +15
    -0
      spec/authority_spec.rb

+ 15
- 0
spec/authority_spec.rb Parādīt failu

@@ -39,4 +39,19 @@ describe UKPlanningScraper::Authority do
end
describe '#tagged' do
let (:tagged_london) { described_class.tagged('london') }
it 'returns all London authorities' do
expect(tagged_london.count).to eq(35)
end
let (:tagged_londonboroughs) { described_class.tagged('londonboroughs') }
it 'returns all London boroughs' do
expect(tagged_londonboroughs.count).to eq(32)
end
end
end

Notiek ielāde…
Atcelt
Saglabāt