Skip to content

Commit

Permalink
Update master
Browse files Browse the repository at this point in the history
  • Loading branch information
chrigu committed Jun 14, 2012
1 parent b6f18a4 commit 240fa34
Showing 1 changed file with 7 additions and 22 deletions.
29 changes: 7 additions & 22 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,13 @@
Coding Dojo with javascript, to train pair programming

See
- about game of life: http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life#Music
- javascript test tool: http://pivotal.github.com/jasmine/
- matchers: https://github.com/pivotal/jasmine/wiki/Matchers
- spies: https://github.com/pivotal/jasmine/wiki/Spies


to run tests with jsTestdriver:
- create a copy of "js-test-driver.conf" and call it "jsGameOfLifeTestDriver.conf"
- put the following content into it

///begin content
server: http://localhost:42442

load:
- tools/game_of_life/lib/jasmine-1.1.0/jasmine.js
- tools/game_of_life/src/lib.js
- tools/game_of_life/spec/test.js

///end content

- create a copy of the "all-js-unit-tests" run configuration and name it "game-of-life"
- set "Conf File" to "jsGameOfLifeTestDriver.conf"
- coffeescript:
- http://coffeescript.org/
- book: http://autotelicum.github.com/Smooth-CoffeeScript/interactive/interactive-coffeescript.html
- about game of life: http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
- javascript behavior driven tool: http://pivotal.github.com/jasmine/
- matchers: https://github.com/pivotal/jasmine/wiki/Matchers
- spies: https://github.com/pivotal/jasmine/wiki/Spies



Expand Down

0 comments on commit 240fa34

Please sign in to comment.