Skip to content

Instantly share code, notes, and snippets.

@kenmazaika
Created May 17, 2015 01:17
Show Gist options
  • Save kenmazaika/a151da276b5d6873698b to your computer and use it in GitHub Desktop.
Save kenmazaika/a151da276b5d6873698b to your computer and use it in GitHub Desktop.
test 'White set for starting move' do
game = create(:game)
start = game.player_turn
assert_equal 'white', start
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment