#!/bin/sh
#
# Run each spec in isolation
# http://www.andywaite.com/2015/10/11/accidental-rails-coupling/
find . -name "*_spec.rb" -print | xargs -n 1 bundle exec rspec