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

From Expertiza_Wiki
Revision as of 18:21, 5 November 2018 by Jtgill (talk | contribs) (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''' ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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