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