https://github.com/fteem/minitest-intro
https://github.com/fteem/minitest-intro
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fteem/minitest-intro
- Owner: fteem
- Created: 2015-11-06T13:39:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T13:41:14.000Z (over 10 years ago)
- Last Synced: 2025-10-09T05:43:11.019Z (8 months ago)
- Language: Ruby
- Size: 0 Bytes
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```