12tdds icon indicating copy to clipboard operation
12tdds copied to clipboard

12 TDDS OF CHRISTMAS

12 TDDS OF CHRISTMAS

Build Status

As part of my deliberate practice I decided to accept the challenge by John Cleary and practice one code kata a day for the next twelve days.

Read more about the chalange on John's blog: http://www.wiredtothemoon.com/2012/12/12-tdds-of-christmas/

Installation

  1. Clone the project

  2. Install the dependencies

    curl http://getcomposer.org/installer | php
    ./composer.phar install --dev
    
  3. Run all the specs (previously known as tests):

    ./bin/phpspec run -f pretty