Make sure we don't divide by 0

This commit is contained in:
rebuilt 2022-09-20 16:43:19 -07:00
parent 3ee909bbea
commit 1a984d2cf0
3 changed files with 19 additions and 16 deletions

View file

@ -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