Skip to content

Instantly share code, notes, and snippets.

@EvanHahn
Created August 20, 2012 02:59
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 EvanHahn/3399818 to your computer and use it in GitHub Desktop.
Save EvanHahn/3399818 to your computer and use it in GitHub Desktop.
Cell = require '../conway'
describe 'conway', ->
alive = Cell.isAlive
cell = null
beforeEach ->
cell = new Cell()
describe '#die', ->
it 'kills cell', ->
expect(cell.isAlive).toBeTruthy()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment