Testing RESTful Service in Ruby, Part 2: Run frequently in a Continuous Testing Server
Stabilizing the tests and setting them up in a Continuous Testing server
7 min readAug 1, 2022
--
In Part 1, I created five RESTful service tests in Ruby. They were working, however, but the task is not completed yet.
Table of Contents:
· Stabilize Tests:
∘ 1. LIST all…