E2068: Difference between revisions
Jump to navigation
Jump to search
(Created page with "E2068: Refactor quiz_questionnaires_controller.rb") |
No edit summary |
||
Line 1: | Line 1: | ||
E2068: Refactor quiz_questionnaires_controller.rb | =E2068: Refactor quiz_questionnaires_controller.rb= | ||
'''Team:''' | |||
: Colleen "Bria" Engen (ceengen) | |||
: Justin Kirschner (jkirsch) | |||
: Darby Madewell (demadewe) | |||
'''Files involved:''' | |||
: app/controllers/quiz_questionnaires_controller.rb | |||
: app/views/questionnaires/_quiz_questionnaire.html.erb | |||
: app/views/questionnaires/view.html.erb | |||
: spec/controllers/quiz_questionnaires_controller_spec.rb | |||
'''running tests''' | |||
<code>rspec spec/controllers/quiz_questionnaires_controller.rb</code> |
Latest revision as of 01:25, 10 October 2020
E2068: Refactor quiz_questionnaires_controller.rb
Team:
- Colleen "Bria" Engen (ceengen)
- Justin Kirschner (jkirsch)
- Darby Madewell (demadewe)
Files involved:
- app/controllers/quiz_questionnaires_controller.rb
- app/views/questionnaires/_quiz_questionnaire.html.erb
- app/views/questionnaires/view.html.erb
- spec/controllers/quiz_questionnaires_controller_spec.rb
running tests
rspec spec/controllers/quiz_questionnaires_controller.rb