#!/bin/bash
set -e
d='UnitTests/HttpInterface'
echo
echo "$0: switching into ${d}"
cd "${d}"
echo "$0: installing bundler"
gem install bundler
echo "$0: executing bundle"
bundle