https://github.com/shime/hipster_test
Real hipsters build their own testing framework
https://github.com/shime/hipster_test
Last synced: 7 months ago
JSON representation
Real hipsters build their own testing framework
- Host: GitHub
- URL: https://github.com/shime/hipster_test
- Owner: shime
- Created: 2014-04-23T09:06:02.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-23T10:12:59.000Z (about 12 years ago)
- Last Synced: 2024-12-27T15:26:54.407Z (over 1 year ago)
- Language: Ruby
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Hipster::Test
A reimplementation of Minitest, meant for educational purposes.
> Reinvent the wheel often.
> -- [Pragmatic Programmer Tips][1]
## Run it
```
bundle
ruby basic_test.rb
```
[1]:http://pragmatictips.com/118