bin/test in xml-kit-0.5.0 vs bin/test in xml-kit-0.6.0

- old
+ new

@@ -1,17 +1,8 @@ #!/bin/sh -# script/test: Run test suite for application. Optionally pass in a path to an -# individual test file to run a single test. - - set -e +[ -z "$DEBUG" ] || set -x cd "$(dirname "$0")/.." -[ -z "$DEBUG" ] || set -x - -echo [$(date "+%H:%M:%S")] "==> Running setup…" -bin/setup - -echo [$(date "+%H:%M:%S")] "==> Running tests…" bundle exec rake spec