Class: OKComputer::DefaultCheck

Inherits:
Check
  • Object
show all
Defined in:
lib/okcomputer/built_in_checks/default_check.rb

Constant Summary

Constants inherited from Check

Check::CALL_DEPRECATION_MESSAGE, Check::CheckNotDefined

Instance Attribute Summary

Attributes inherited from Check

#failure_occurred, #message, #registrant_name

Instance Method Summary collapse

Methods inherited from Check

#clear, #mark_failure, #mark_message, #run, #success?, #to_json, #to_text

Instance Method Details

#checkObject

Public: Check that Rails can render anything at all



4
5
6
# File 'lib/okcomputer/built_in_checks/default_check.rb', line 4

def check
  mark_message "OKComputer Site Check Passed"
end