Purple-Devs / health_check

Simple health check of Rails app for use with uptime checking sites like newrelic and pingdom
MIT License
476 stars 125 forks source link

Convert test suite to rspec #138

Open jmarchello opened 1 year ago

jmarchello commented 1 year ago

Currently our tests are primarily in bash. This is a huge barrier of entry if we want other contributes to include test for their changes. Additionally, the tests are extremely hard to read and understand what is going on. Migrating to Rspec will drastically increase the useability of our test suite.