From 5c75c45de7e045d723c844c9575deee2da7497a2 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Sun, 18 Nov 2012 01:41:37 -0600 Subject: [PATCH] * issue bundle update before running tests --- build | 1 + 1 file changed, 1 insertion(+) 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