Skip to content

SLIB53/exercism-ruby-answers

Repository files navigation

Exercism Ruby Answers

Build Status

Exercism.io provides practice problems and mentorship for most programming langauges. This repository contains my solutions to the "Ruby Track". I've been having a lot of fun with Elixir lately, so I thought I'd practice some Ruby as well and see how it is first hand.

Running Tests

For each solution, run the ruby test script from the solution folder. Check the README for further instructions. You will need the minitest gem for all tests.

ruby <solution_dir>/<solution_name>_test.exs

To run all the tests, use the test_all.sh script.

sh test_all.sh

Alternatively, tests can be run from a container using Docker. Tests will run on build.

docker build --tag exercism-ruby-answers:latest .

About

My solutions to the Elixir track exercises from exercism.io.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published