Skip to content

Instantly share code, notes, and snippets.

@AJFaraday
Created August 17, 2013 22:36
Show Gist options
  • Select an option

  • Save AJFaraday/6259032 to your computer and use it in GitHub Desktop.

Select an option

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
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