Skip to content

Instantly share code, notes, and snippets.

@robb1e
robb1e / gist:3742585
Last active October 10, 2015 19:58
Chef Workstation
pushd `pwd`
if rvm --version 2>/dev/null; then
gem install soloist
else
sudo gem install soloist
fi
mkdir -p ~/cookbooks; cd ~/cookbooks
:tddium:
:tests:
- :type: custom
:command: bundle exec rake jasmine:ci
:invocation: single
:output: exit-status
feature "share documents" do
specify do
Given "Mary is signed in"
...
When "Joe is signed in"
...
end
let(:mary) { "Mary" }