diff --git a/build b/build index 86f643cd2..34bbcfe5b 100755 --- a/build +++ b/build @@ -1,6 +1,7 @@ #!/bin/bash echo "running rspec tests" +bundle update bundle exec rspec if [ "$?" = "0" ]; then