An open API service indexing awesome lists of open source software.

https://github.com/fteem/minitest-intro


https://github.com/fteem/minitest-intro

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

          

## minitest-intro

Source code used in a Minitest tutorial.

You can run it by:

```bash
bundle install
ruby magic_ball_test.rb
ruby magic_ball_spec.rb
```