/durham-2014-march

Exercises for public OOD class, March 2014

Primary LanguageRuby

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.