Add not about running acceptance specs to README
This commit is contained in:
parent
8c7cfd7720
commit
7ce99c4e99
1 changed files with 7 additions and 1 deletions
|
@ -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
|
git clone git://github.com/fgrehm/vagrant-lxc.git
|
||||||
cd vagrant-lxc
|
cd vagrant-lxc
|
||||||
bundle install
|
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:
|
To build the provided quantal64 box:
|
||||||
|
|
Loading…
Reference in a new issue