# Ruby Project A little template for Ruby projects. ## Testing This project uses [`minitest`](https://www.minite.st/) to run the tests. A rake task is present in the [`Rakefile`](./Rakefile): ```sh rake test ```