Exercise using TDD and Ruby to solve a hypothetical scenario to arrange a given string of jobs into the correct order.
-
Clone the repository
git clone git@github.com:drobny/job_prioritisation_exercise.git. -
cd job_prioritisation_exerciseandbundle install(assuming bundler is already installed). I am using Ruby 2.3 if you don't have RVM installed. -
Run
bin/rspecto run the tests.