Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 263 Bytes

TESTING.md

File metadata and controls

17 lines (11 loc) · 263 Bytes

Random notes on testing

test-kitchen

We should figure that out.

vagrant-cachier plugin

We should disable that during testing.

Alternative (assuming there is a ./Vagrantfile):

$ rm -rf ~/.vagrant.d/cache && rm -rf .vagrant
$ vagrant up
...