.bait/test.sh in bait-0.3.2 vs .bait/test.sh in bait-0.4.0
- old
+ new
@@ -1,7 +1,8 @@
#!/bin/bash
rmts_dir=$(dirname $0)
project_dir="$rmts_dir/.."
cd $project_dir
-bundle
+echo "bundling"
+bundle > /dev/null 2>&1
bundle exec rspec spec
- old
+ new