Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!