docs: update README
This commit is contained in:
10
README.md
10
README.md
@@ -1,3 +1,13 @@
|
|||||||
# Ruby Project
|
# Ruby Project
|
||||||
|
|
||||||
A little template for Ruby projects.
|
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
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user