Installing Ruby locally

Learn how to install Ruby locally to solve Exercism's exercises on your own machine


Choose your installation method at the Ruby installation page for instructions on installing Ruby.

You will need to install the Minitest gem:

$ gem install minitest