let(:admin){create(:admin)}beforedosign_in(admin)enddescribe'GET show'doit'loads the git storage health information'doget:showexpect(assigns[:failing_storage_statuses]).not_tobe_nilendenddescribe'POST reset_storage_health'doit'resets all storage health information'do