Browse Source

Speed up the simulated scrape

tags/v0.4.5
Adrian Short 6 years ago
parent
commit
0cc4b5acdd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      spec/brighton_spec.rb

+ 1
- 1
spec/brighton_spec.rb View File

@@ -11,7 +11,7 @@ describe UKPlanningScraper::Authority do

it 'returns apps' do
apps = VCR.use_cassette("#{self.class.description}") {
scraper.scrape({ decided_days: 4 })
scraper.scrape({ decided_days: 4 }, { delay: 0 })
}
pp apps
# expect(authority).to be_a(UKPlanningScraper::Authority)


Loading…
Cancel
Save