I hereby claim:
- I am dovadi on github.
- I am dovadi (https://keybase.io/dovadi) on keybase.
- I have a public key whose fingerprint is B53B 61AF EF32 597A 621B CE69 163F 90EF CAE8 F67D
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#! /bin/sh | |
### BEGIN INIT INFO | |
# Provides: redis-server | |
# Required-Start: $syslog | |
# Required-Stop: $syslog | |
# Should-Start: $local_fs | |
# Should-Stop: $local_fs | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: redis-server - Persistent key-value db |
--- | |
nl: | |
activerecord: | |
errors: | |
messages: | |
too_short: is te kort (niet minder dan {{count}} karakters) |
# For mocha integration, add this file into features/support folder | |
require "mocha" | |
World(Mocha::Standalone) | |
Before do | |
mocha_setup | |
end |