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
tags/v0.4.5
Adrian Short
6 years ago
parent
4bb36da2ad
commit
11a6ac9d02
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(7
1
)
expect(all.count).to eq(7
3
)
end
it 'returns a list of authorities' do
Write
Preview
Loading…
Cancel
Save