johnpaulashenfelter / durham-2014-march

Exercises for public OOD class, March 2014

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Durham, March 2014

Public OOD class.

Setup

Clone this repository:

$ git glone https://github.com/torqueforge/durham-2014-march.git

Change directories so that you are in the project:

$ cd durham-2014-march

Install bundler if you don't have it:

$ gem install bundler

Install the dependencies:

$ bundle install

Each exercise will be in its own subdirectory. cd into that subdirectory. There will be a Rakefile, and you can run rake to run the tests.

About

Exercises for public OOD class, March 2014


Languages

Language:Ruby 100.0%