Created
August 17, 2013 22:36
-
-
Save AJFaraday/6259032 to your computer and use it in GitHub Desktop.
As sad as it is, this test is, for the time being, my pride and joy
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
| andrew@andrew-laptop:~/RubyPG$ ruby test/unit/battle_test.rb | |
| Loaded suite test/unit/battle_test | |
| Started | |
| player turn | |
| [["Attack", 1]] | |
| [["snail", 2]] | |
| player uses Attack on snail | |
| Damage: health -1 | |
| enemy turn | |
| [["Spit", 3], ["Attack", 4]] | |
| [["player", 1]] | |
| snail uses Spit on player | |
| Damage blocked | |
| . | |
| Finished in 0.763514 seconds. | |
| 1 tests, 5 assertions, 0 failures, 0 errors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment