/zombie

Brraaaaaaaaaiiiiiiiinnnnssssss

Primary LanguageRuby

ThoughtWorks LevelUp Presents

Zombie

Repository for Sydney Dawn of the Devs

Build Status

Setup

note: any commands run on the command line are prefixed with $ - you won't need to include the $ when running the command

Prerequisites

  1. VirtualBox
  2. vagrant

Git setup

Run the Build

  1. $ vagrant up
  2. $ vagrant ssh
  3. $ cd /vagrant
  4. $ bundle exec rake

Handy Commands

  • $ bundle rake -T

Guard

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.