Skip to content

Instantly share code, notes, and snippets.

@sizovs
Created January 26, 2015 10:08
Show Gist options
  • Save sizovs/cc7ef1a6d57c7f24e515 to your computer and use it in GitHub Desktop.
Save sizovs/cc7ef1a6d57c7f24e515 to your computer and use it in GitHub Desktop.
ensure 'zzk_skip_avatar_cache_for_finish_avatar_upload', 'any', 'any' {
is '0'
}
ensure 'zzk_email_configuration_graceful_degradation' {
is 'yoman'
}
ensure 'zzk_json' {
is ([
'socket-timeout' : 10000,
'connection-timeout': 5000
])
}
ensure 'zzk_deletable' {
absent()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment