|
Ran
|
Jobs
4
|
Files
289
|
Run time
11min
|
Badge
README BADGES
|
push
travis-ci-com
E2110. Regulate changing of rubrics while projects are in progress (#1941) * Empty initial commit * Add questionnaires_controller code with modifications Using new questionnaire_id instead of params[:id] in legacy code * Migrate questions_controller code, no changes * Add comment to questionnaire_controller code * Add comment to questions_controller code * Create answer_helper.rb Added more comments, fixed grammar mistake * Add notify method to mailer.rb No changes beyond legacy code were made * Add method find_review_period Comment added to define method * Create get_latest_assignment method Added comment to define method * Create notify_review_rubric_change.html.erb Nothing changed from legacy code * Add view fields for changing rubrics and warnings In default legacy pull, the cake question type was not available, where it is now in current beta. * Add to questionnaires_controller_spec I ignored the removal of the test on lines 318-328 and also opted to keep the test #add_new_questions how it is on the beta, since it appears to be better. Added the two new context tests for adding questions verbatim. * Copied questions_controller_spec Did not change anything * Copied answer_helper_spec Did not change anything * Added find_review_period tests Didn't change anything from legacy code * Finish typing comment in answer_helper * Redo questionnaire_id use * Spacing fixes * Unneeded .to_s call * Remove deep rescue calls * Fix question_ids retrieve * Replace .to_s * Alter mailer method to use 2d array * Attempted mimemagic fix * Added jQuery script to prompt user about removing a question * Revert "Attempted mimemagic fix" This reverts commit dedbf25b3. * Mail format quick fix * Update app/mailers/mailer.rb to Change :to email back Co-authored-by: BoergerJ <jb@boergerfamily.com> * Fix method comment * d... (continued)
7545 of 13855 relevant lines covered (54.46%)
54.0 hits per line