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

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

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