diff --git a/spec/support/setup-test.sh b/spec/support/setup-test.sh new file mode 100755 index 0000000..7a9f788 --- /dev/null +++ b/spec/support/setup-test.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +# um ... so, obviously, don't run this on a Chef-managed workstation. +mkdir -p /etc/chef/ +cp client.rb /etc/chef/ +cp travis.pem /etc/chef/client.pem