Closed ARMmaster17 closed 7 years ago
Certain assertions are not working in the unit tests, specifically last_response.include?(str).
last_response.include?(str)
Need to examine what is going wrong and fix unit tests so all code is being properly tested, not just iterated.
Not valid anymore after #24.
Certain assertions are not working in the unit tests, specifically
last_response.include?(str)
.Need to examine what is going wrong and fix unit tests so all code is being properly tested, not just iterated.