To test the exercises, run ./bin/test. This command will iterate over all exercises and check to see if their exemplar/example implementation passes all the tests. Run its lint command to verify if ...
You'll need a recent (1.9.3+) version of Ruby, but that's it. Minitest ships with the language, so you're all set. Run the test with ruby path/to/the_test.rb. At the ...