canvas-lms/spec/presenters
Cody Cutrer 3d580338da use more idiomatic ruby for PaceService
* avoid purposely raising and rescuing ActiveRecord::RecordNotFound for simple
   control flow that you expect it to not be found often
 * don't name a class Interface when it's not an interface (it's just an
   abstract base class)
 * don't use a Factory class when it's really just a class method on said
   base class

Change-Id: I56e25c977f5dbe68ab527536bad4d75cd84291d7
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/333956
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Davis Hyer <dhyer@instructure.com>
QA-Review: Davis Hyer <dhyer@instructure.com>
Product-Review: Davis Hyer <dhyer@instructure.com>
2023-12-05 21:50:45 +00:00
..
course_pacing use more idiomatic ruby for PaceService 2023-12-05 21:50:45 +00:00
quizzes rubocop: prep for updating rubocop-rspec 2023-04-12 19:30:10 +00:00
submission show pass/fail grade w/ restrict quantitative data 2023-10-26 18:28:29 +00:00
assignment_presenter_spec.rb RuboCop: Style/StringLiterals, Style/StringLiteralsInInterpolation 2021-11-25 14:03:06 +00:00
authentication_providers_presenter_spec.rb RuboCop: Style/StringLiterals, Style/StringLiteralsInInterpolation 2021-11-25 14:03:06 +00:00
course_for_menu_presenter_spec.rb Remove k5_font_selection flag 2023-06-22 23:34:00 +00:00
course_pace_presenter_spec.rb Rubocop for ruby 3.1 2023-06-06 16:44:26 +00:00
discussion_topic_presenter_spec.rb Rubocop for ruby 3.1 2023-06-06 16:44:26 +00:00
grade_summary_assignment_presenter_spec.rb display minus instead of en-dash 2023-10-09 16:24:10 +00:00
grade_summary_presenter_spec.rb fix n+1s in DiscussionTopicsController#index 2023-10-31 20:50:55 +00:00
grades_presenter_spec.rb display minus instead of en-dash 2023-10-09 16:24:10 +00:00
grading_period_grade_summary_presenter_spec.rb fix grading period presenter bug 2023-11-08 21:44:31 +00:00
mark_done_presenter_spec.rb Ignore invalid module_item_ids passed for MarkDonePresenter 2023-07-07 19:56:34 +00:00
override_list_presenter_spec.rb Rubocop for ruby 3.1 2023-06-06 16:44:26 +00:00
override_tooltip_presenter_spec.rb RuboCop: Style/StringLiterals, Style/StringLiteralsInInterpolation 2021-11-25 14:03:06 +00:00
section_tab_presenter_spec.rb Rubocop for ruby 3.1 2023-06-06 16:44:26 +00:00
to_do_list_presenter_spec.rb Rubocop for ruby 3.1 2023-06-06 16:44:26 +00:00