ianheggie/health_check

View on GitHub
lib/health_check/base_health_check.rb

Summary

Maintainability
A
0 mins
Test Coverage
module BaseHealthCheck
  def create_error(check_type, error_message)
    "[#{check_type} - #{error_message}] "
  end
end