This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
uk_planning_scraper
mirror of
https://github.com/adrianshort/uk_planning_scraper.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
16
Wiki
Activity
Browse Source
Update test
tags/v0.4.5
Adrian Short
6 years ago
parent
827eb6c93e
commit
909a3fe960
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
spec/authority_spec.rb
+ 1
- 1
spec/authority_spec.rb
View File
@@ -28,7 +28,7 @@ describe UKPlanningScraper::Authority do
let(:all) { described_class.all }
it 'returns all authorities' do
expect(all.count).to eq(
66
)
expect(all.count).to eq(
71
)
end
it 'returns a list of authorities' do
Write
Preview
Loading…
Cancel
Save