mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Make sure we don't divide by 0
This commit is contained in:
parent
3ee909bbea
commit
1a984d2cf0
3 changed files with 19 additions and 16 deletions
|
|
@ -29,7 +29,7 @@ RSpec.describe Dese::ThreeBTwo do
|
|||
academic_years
|
||||
end
|
||||
|
||||
xcontext '#run_all' do
|
||||
context '#run_all' do
|
||||
it 'creates a csv file with the scraped data' do
|
||||
Dese::ThreeBTwo.new(filepaths:).run_all
|
||||
expect(teacher_race_filepath).to exist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue