Skip to content

Exercise using TDD and Ruby to solve a hypothetical scenario

Notifications You must be signed in to change notification settings

drobny/job_prioritisation_exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Job Prioritisation Exercise

Exercise using TDD and Ruby to solve a hypothetical scenario to arrange a given string of jobs into the correct order.

Installation

  1. Clone the repository git clone [email protected]:drobny/job_prioritisation_exercise.git.

  2. cd job_prioritisation_exercise and bundle install (assuming bundler is already installed). I am using Ruby 2.3 if you don't have RVM installed.

  3. Run bin/rspec to run the tests.

About

Exercise using TDD and Ruby to solve a hypothetical scenario

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages