@ -28,6 +28,11 @@ fi
if [ -z $SKIP_TESTS ]; then
phantomjs --version
if [ "$?" != "0" ]; then
echo "phantomjs is required to run rspec tests; please install it"
fi
echo "running rspec tests"
bundle exec rspec
if [ "$?" = "0" ]; then