14 lines
217 B
Markdown
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
|
|
```
|