CSC/ECE 517 Fall 2020 - E2068. Refactor quiz questionnaires controller.rb: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "=E2068: Refactor quiz_questionnaires_controller.rb= '''Team:''' : Colleen "Bria" Engen (ceengen) : Justin Kirschner (jkirsch) : Darby Madewell (demadewe) '''Files involve...")
 
No edit summary
Line 1: Line 1:
=E2068:  Refactor quiz_questionnaires_controller.rb=
=Basic Project Information=


'''Team:'''
==Team==
: Colleen "Bria" Engen (ceengen)
: Colleen "Bria" Engen (ceengen)
: Justin Kirschner (jkirsch)
: Justin Kirschner (jkirsch)
: Darby Madewell (demadewe)
: Darby Madewell (demadewe)


 
==Files Involved==
 
'''Files involved:'''
: app/controllers/quiz_questionnaires_controller.rb
: app/controllers/quiz_questionnaires_controller.rb
: app/views/questionnaires/_quiz_questionnaire.html.erb
: app/views/questionnaires/_quiz_questionnaire.html.erb
Line 14: Line 12:
: spec/controllers/quiz_questionnaires_controller_spec.rb
: spec/controllers/quiz_questionnaires_controller_spec.rb


==Running Tests==
<code>rspec spec/controllers/quiz_questionnaires_controller.rb</code>


=Introduction=


'''running tests'''
==Problem Statement==


<code>rspec spec/controllers/quiz_questionnaires_controller.rb</code>
==Tasks Identified==
#
 
=Implementation=

Revision as of 01:34, 10 October 2020

Basic Project Information

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

Introduction

Problem Statement

Tasks Identified

Implementation