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
Fix test because we've got more authorities now
tags/v0.4.5
Adrian Short
6 years ago
parent
581efba7f3
commit
1e154247de
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(
48
)
expect(all.count).to eq(
56
)
end
it 'returns a list of authorities' do
Write
Preview
Loading…
Cancel
Save