You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run the integration spec suite you need to be able to run a Vagrant virtual machine (see: http://vagrantup.com/), which means you will have to have VirtualBox installed. The Vagrant/VirtualBox setup is currently out of the scope of this document. By default, I have been using the lucid32 box as my "base" box.
Once you are set up to be able to run Vagrant, you can create and start up an integration environment by running the following rake task:
% rake integration:up
This will create a vagrant VM, and so may take a few minutes to complete.
To run the integration specs once the integration environment is up:
% export INTEGRATION=true
% rake
To shut down the integration VM and the integration git-daemon server:
% rake integration:down
To completely remove the integration spec VM (which can take up a good bit of space on disk), do: