Change wording of refreshing response rates to resetting response rates

This commit is contained in:
rebuilt 2022-06-16 17:22:26 -07:00
parent 0dc99486f8
commit 2d3ee28cc3
3 changed files with 9 additions and 9 deletions

View file

@ -45,7 +45,7 @@ describe ResponseRateLoader do
end
describe 'self.reset' do
context 'When refreshing response rates' do
context 'When resetting response rates' do
context 'and half the students responded to each question' do
before :each do
create_list(:survey_item_response, 5, survey_item: s_acst_q1, likert_score: 3, school:, academic_year:)