#!/bin/bash # Source RVM profile and set ruby / gemset . /etc/profile rvm use "1.9.3-p125@heirloom" --create # Bundle gems bundle # Create blank deployment config touch $HOME/.heirloom.yml # Run spec tests rspec spec