This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 | |
#================================================================================ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
NewerOlder