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 [email protected]:drobny/job_prioritisation_exercise.git
. -
cd job_prioritisation_exercise
andbundle install
(assuming bundler is already installed). I am using Ruby 2.3 if you don't have RVM installed. -
Run
bin/rspec
to run the tests.