#!/bin/bash # This script loads spec fixtures, but also needs to do a hack around # the fact that the fixtures aren't aware of the fact that RawEmails # have a filesystem representation of their contents LOC=`dirname "$0"` bundle exec rake --silent spec:db:fixtures:load "$LOC/runner" /dev/stdin <