diff --git a/run_litmus_tests.sh b/run_litmus_tests.sh new file mode 100755 index 0000000..bb533e9 --- /dev/null +++ b/run_litmus_tests.sh @@ -0,0 +1,10 @@ +#!/bin/bash -ex + +export SCRIPT_DIR=$(cd `dirname $0` && pwd -P) +source $SCRIPT_DIR/functions + +prepare_environment + +# run litmus tests +export RSPEC_DEBUG=true +$GEM_HOME/bin/bundle exec rake litmus:acceptance:localhost