* issue bundle update before running tests

This commit is contained in:
Seth Call 2012-11-18 01:41:37 -06:00
parent c07e3d2809
commit 5c75c45de7
1 changed files with 1 additions and 0 deletions

1
build
View File

@ -1,6 +1,7 @@
#!/bin/bash
echo "running rspec tests"
bundle update
bundle exec rspec
if [ "$?" = "0" ]; then