Add all pillars

This commit is contained in:
rebuilt 2023-02-28 19:08:11 -08:00
parent 8128af200b
commit b6b88da328
4 changed files with 24 additions and 13 deletions

View file

@ -70,7 +70,7 @@ RSpec.describe Report::Pillar, type: :model do
pillar = Report::Pillar.new(school:, measures:, indicator: 'The Teaching Environment', period: 'Current',
academic_year: academic_year_1)
expect(pillar.score).to eq 4.5
expect(pillar.zone).to eq 'approval'
expect(pillar.zone).to eq 'Approval'
end
end
end