CSC/ECE 517 Fall 2018/E1849 Write Unit Tests for vm question response.rb: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "== Problem Statement == There are currently no test cases for vm_question_response.rb. We seek to create unit tests for this model with a coverage of at least 90%. '''Team''' ...")
(No difference)

Revision as of 18:21, 5 November 2018

Problem Statement

There are currently no test cases for vm_question_response.rb. We seek to create unit tests for this model with a coverage of at least 90%.

Team

Matt Leader (mfleader@ncsu.edu)

Jonathan Gill (jtgill@ncsu.edu)

Files Involved

app/models/vm_question_response.rb

spec/models/vm_question_response_spec.rb


Testing Plan

Testing Implementation

Results

Links/Resources