Skip to content

Instantly share code, notes, and snippets.

View dovadi's full-sized avatar

Frank Oxener dovadi

View GitHub Profile
#! /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
@dovadi
dovadi / mocha.rb
Created May 25, 2009 15:17 — forked from drnic/mocha.rb
# For mocha integration, add this file into features/support folder
require "mocha"
World(Mocha::Standalone)
Before do
mocha_setup
end