CSC/ECE 517 Fall 2018/E1850. Write unit tests for review response map.rb: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
===Task===
===Task===
Our job is to use Rspec to write unit tests for review_response_map.rb.
Our job is to use Rspec to write unit tests for review_response_map.rb.
==Work==
We have the following functions to test.
==References==
Expertiza on GitHub
GitHub Project Repository Fork
The live Expertiza website
Demo link
Expertiza project documentation wiki
Rspec Documentation
Clean Code: A handbook of agile software craftsmanship. Author: Robert C Martin

Revision as of 21:07, 2 November 2018

Introduction

Team

Zhewei Hu (zhu6) (mentor)

  • Cheng Yuan (cyuan7)
  • Yue Tian (ytian22)
  • Ke Zhao (kzhao2)

Task

Our job is to use Rspec to write unit tests for review_response_map.rb.

Work

We have the following functions to test.

References

Expertiza on GitHub GitHub Project Repository Fork The live Expertiza website Demo link Expertiza project documentation wiki Rspec Documentation Clean Code: A handbook of agile software craftsmanship. Author: Robert C Martin