Repository for Sydney Dawn of the Devs
note: any commands run on the command line are prefixed with $
- you won't
need to include the $
when running the command
- For Windows - Github client
- For Mac OS X - Github client or Homebrew +
$ brew install git
- Roll it yourself - Official git packages
$ vagrant up
$ vagrant ssh
$ cd /vagrant
$ bundle exec rake
$ bundle rake -T
Simply run guard
from within a terminal and it will watch the lib/ and spec/ directories. On file changes (aka save) it will run the respective tests for the file that was changed. This guarantees instant feedback. Now go forth and write tests.