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

https://github.com/damassi/gem-scaffold

Base scaffold for building Ruby gems
https://github.com/damassi/gem-scaffold

Last synced: about 1 year ago
JSON representation

Base scaffold for building Ruby gems

Awesome Lists containing this project

README

          

Base Gem scaffold
=================

Includes

- [Minitest](https://github.com/seattlerb/minitest) with a preference for specs over tests
- [Guard Minitest](https://github.com/guard/guard-minitest) for auto-running specs during development
- [Mocha](http://gofreerange.com/mocha) for mocking and stubbing