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