Module: VagrantTest

Defined in:
lib/vagrant-test.rb,
lib/vagrant-test/config.rb,
lib/vagrant-test/command.rb

Defined Under Namespace

Classes: Command, Config

Constant Summary collapse

NAME =
"vagrant-test"
VERSION =
"0.1.2"
AUTHOR =
"Michael Paul Thomas Conigliaro"
AUTHOR_EMAIL =
"mike [at] conigliaro [dot] org"
DESCRIPTION =
"vagrant-test is a simple Vagrant plugin for running tests on your VMs."
URL =
"http://github.com/mconigliaro/vagrant-test"
V_ROOT =
"/vagrant"
DEFAULT_COMMAND =
"rspec -f doc"
DEFAULT_DIR =
"spec"