https://github.com/teohm/a-dip-in-ruby
https://github.com/teohm/a-dip-in-ruby
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/teohm/a-dip-in-ruby
- Owner: teohm
- Created: 2012-10-02T15:21:40.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-30T01:51:15.000Z (over 13 years ago)
- Last Synced: 2025-05-05T16:53:36.476Z (about 1 year ago)
- Language: Ruby
- Size: 125 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To run test
```
turn spec
turn spec/minitest_spec.rb
```
To auto-run test on save
```
watchr turn.watchr # Ctrl+C to quit
```