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

# File lib/health_inspector/checklists/environments.rb, line 12
def validate_local_copy_exists
  super unless name == '_default'
end