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
- Host: GitHub
- URL: https://github.com/damassi/gem-scaffold
- Owner: damassi
- License: mit
- Created: 2014-09-16T22:56:51.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-16T23:40:59.000Z (almost 12 years ago)
- Last Synced: 2025-02-07T12:36:44.032Z (over 1 year ago)
- Language: Ruby
- Size: 145 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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