Extract student and teacher presenters from grouped_bar_column_presenter

This commit is contained in:
Nelson Jovel 2022-06-02 08:39:55 -07:00
parent 08c84c8321
commit 8efaf8514d
5 changed files with 54 additions and 33 deletions

View file

@ -101,4 +101,7 @@ describe 'analyze/index' do
expect(subject).to have_css "##{academic_year.range}"
end
end
context 'when presenters have a score' do
end
end