docs: update README

This commit is contained in:
2025-08-27 08:09:05 +02:00
parent 0fd2b75e60
commit 3cc545bb8c

View File

@@ -1,3 +1,13 @@
# 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
```