From 7ce99c4e99299ba8b565651de6d77f1b8393648d Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sun, 21 Apr 2013 18:47:42 -0300 Subject: [PATCH] Add not about running acceptance specs to README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db08a31..35351c9 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,13 @@ If want to develop from your physical machine, just sing that same old song: git clone git://github.com/fgrehm/vagrant-lxc.git cd vagrant-lxc bundle install -bundle exec rake # to run all specs +bundle exec rake # to run unit specs +``` + +To run acceptance specs, you'll have to ssh into one of the [development boxes](development/Vagrantfile) and run: + +``` +bundle exec rake spec:acceptance ``` To build the provided quantal64 box: