jakzal / 12tdds

12 TDDS OF CHRISTMAS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    

About

12 TDDS OF CHRISTMAS


Languages

Language:PHP 100.0%