class HealthInspector::Checklists::Environment
Private Instance Methods
validate_local_copy_exists()
click to toggle source
Override to ignore _default environment if it is missing locally
Calls superclass method
HealthInspector::ExistenceValidations#validate_local_copy_exists
# File lib/health_inspector/checklists/environments.rb, line 12 def validate_local_copy_exists super unless name == '_default' end