aboutsummaryrefslogtreecommitdiffstats
path: root/spec/lib/health_checks/health_checkable_spec.rb
Commit message (Collapse)AuthorAgeLines
* Add HealthCheck and HealthCheckableGareth Rees2014-09-25-0/+128
HealthCheck is a basic library for creating health checks. HealthCheck works with any class so long as it includes HealthCheckable and defines the `check` method.