Skip to content

Instantly share code, notes, and snippets.

@davidhq
Created March 26, 2015 21:36
Show Gist options
  • Save davidhq/ee2216064def611d05ef to your computer and use it in GitHub Desktop.
Save davidhq/ee2216064def611d05ef to your computer and use it in GitHub Desktop.
RSpec++
function rspec {
command rspec $@
if [ $? -ne 0 ]; then
afplay ~/Misc/dumb.mp3 -v 0.3
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment