From 773046ea42fdffed41fc51b3c9c1f754fdf23232 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Sun, 18 Nov 2012 02:11:15 -0600 Subject: [PATCH] * cleaning up of echos --- build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build b/build index 34bbcfe5b..ec1b1fa31 100755 --- a/build +++ b/build @@ -1,7 +1,8 @@ #!/bin/bash -echo "running rspec tests" +echo "updating dependencies" bundle update +echo "running rspec tests" bundle exec rspec if [ "$?" = "0" ]; then