Skip to content

Instantly share code, notes, and snippets.

@jakeonrails
Created November 25, 2012 18:10
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 jakeonrails/4144610 to your computer and use it in GitHub Desktop.
Save jakeonrails/4144610 to your computer and use it in GitHub Desktop.
describe '#game_won?' do
winning = [
<<-BOARD
.x...
ox...
oxo..
oxo..
BOARD
]
winning.each do |win|
game.load_board(win)
game.game_won?.should be_true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment