jasmine-headless-webkit/dev-bin/hooks/pre-commit
2011-07-19 10:47:24 -04:00

6 lines
64 B
Bash
Executable File

#!/bin/bash
bundle exec rake
if [ $? -ne 0 ]; then exit 1; fi