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 tests
pull/37/head
Adrian Short
5 years ago
parent
3a226f79cb
commit
a2f0ea3d70
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(1
1
2)
expect(all.count).to eq(12
4
)
end
it 'returns a list of authorities' do
Write
Preview
Loading…
Cancel
Save