* cleaning up of echos

This commit is contained in:
Seth Call 2012-11-18 02:11:15 -06:00
parent 04d992a2b6
commit 773046ea42
1 changed files with 2 additions and 1 deletions

3
build
View File

@ -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