Add not about running acceptance specs to README

This commit is contained in:
Fabio Rehm 2013-04-21 18:47:42 -03:00
parent 8c7cfd7720
commit 7ce99c4e99

View file

@ -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: