Skip to content

Instantly share code, notes, and snippets.

@mshappe
Last active August 29, 2015 14:09
Show Gist options
  • Save mshappe/8b64e1e1133284a1ef9e to your computer and use it in GitHub Desktop.
Save mshappe/8b64e1e1133284a1ef9e to your computer and use it in GitHub Desktop.
clean_test.sh
#!/bin/bash
bundle install && rake db:drop db:create db:migrate && rake parallel:prepare && rake parallel:spec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment