Skip to content

Instantly share code, notes, and snippets.

View cmer's full-sized avatar

Carl Mercier cmer

  • Dallas-Fort Worth, TX
  • 06:10 (UTC -05:00)
View GitHub Profile
#!/bin/bash
#================================================================================
# /engineyard/bin/monit_merb_mpc
#================================================================================
# This script controls the multi-process Merb 1.0 service
#
# Do not forget to ensure this script is executable:
# $ chmod a+x /engineyard/bin/monit_merb_mpc
#================================================================================
# COWBOY CODING FTW! TESTING IS FOR WUSSIES. ;-)
require File.dirname(__FILE__) + '/test_helper'
class CowboyTest < Test::Unit::TestCase
def test_my_awesomeness
(0..12612).each {
assert :this_code_does_not_contain_bugs
}
end