Created
May 25, 2009 15:23
-
-
Save cmer/117586 to your computer and use it in GitHub Desktop.
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 | |
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