Sha256: cae0b85b83ebf04f95cf5a03eb7bc072e2011ff92ba058912d9fb5ee050409f9

Contents?: true

Size: 651 Bytes

Versions: 5

Compression:

Stored size: 651 Bytes

Contents

# Vagrant Foodtaster Server

[Foodtaster](http://github.com/mlapshin/foodtaster) is a tool for
testing Chef cookbooks using RSpec and Vagrant. This Vagrant plugin
allows Foodtaster to interact with Vagrant via simple DRb protocol.

## Installation

First, install [sahara](http://github.com/jedi4ever/sahara/) plugin for snapshot support:

    vagrant plugin install sahara

Then, install Foodtaster Server:

    vagrant plugin install vagrant-foodtaster-server

## Usage

To start server:

    vagrant foodtaster-server

To terminate press Ctrl+C.

## Limitations

*   only VirtualBox provider is supported
*   only chef-solo provisioner is supported

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vagrant-foodtaster-server-0.0.7 README.md
vagrant-foodtaster-server-0.0.6 README.md
vagrant-foodtaster-server-0.0.5 README.md
vagrant-foodtaster-server-0.0.4 README.md
vagrant-foodtaster-server-0.0.3 README.md