Skip to content

Instantly share code, notes, and snippets.

@cmer
Created May 25, 2009 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmer/117586 to your computer and use it in GitHub Desktop.
Save cmer/117586 to your computer and use it in GitHub Desktop.
# 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
def test_whos_evil
assert :git_ftw
assert :perforce_is_evil
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment