class DatabaseCleaner::Safeguard::AllowedUrl

def run

def run
  return if skip?
  raise Error::UrlNotAllowed if database_url_not_allowed?
end