Skip to content

Instantly share code, notes, and snippets.

@kenmazaika
Created June 6, 2015 15:34
Show Gist options
  • Save kenmazaika/b6fc669bbcb4820e01a6 to your computer and use it in GitHub Desktop.
Save kenmazaika/b6fc669bbcb4820e01a6 to your computer and use it in GitHub Desktop.
g = Game.last
g.expects(:check?).returns(true)
# make sure you can't move into check
g = Game.last
g.expects(:check?).returns(false)
# make sure it's allowed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment