Files
openfoodnetwork/script/run_tests.sh
2015-04-16 14:07:37 +10:00

13 lines
168 B
Bash
Executable File

#!/bin/bash
set -e
echo "--- Bundling"
bundle install
echo "--- Preparing test database"
bundle exec rake db:test:prepare
echo "--- Running tests"
bundle exec rake