Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timbuchwaldt/testinator
A simple gem to create chef cookbook tests
https://github.com/timbuchwaldt/testinator
Last synced: about 2 months ago
JSON representation
A simple gem to create chef cookbook tests
- Host: GitHub
- URL: https://github.com/timbuchwaldt/testinator
- Owner: timbuchwaldt
- License: other
- Created: 2013-04-03T07:26:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-03T12:16:30.000Z (over 11 years ago)
- Last Synced: 2024-10-31T14:50:31.377Z (about 2 months ago)
- Language: Ruby
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Gem Version](https://badge.fury.io/rb/testinator.png)](http://badge.fury.io/rb/testinator)
[![Build Status](https://travis-ci.org/timbuchwaldt/testinator.png?branch=master)](https://travis-ci.org/timbuchwaldt/testinator)
#Testinator
This project is intended to help testing chef cookbooks via [ChefSpec](https://github.com/acrmp/chefspec).## Usage
1. Install gem: ```gem install testinator```
2. Run the command: ```testinator```
3. Use it in your cookbooks: ```testinator $cookbookname $folder```
4. Profit!