Files
rbproj/README.md
2025-08-27 08:09:05 +02:00

14 lines
217 B
Markdown

# 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
```