summaryrefslogtreecommitdiff
path: root/bin/test
diff options
context:
space:
mode:
Diffstat (limited to 'bin/test')
-rwxr-xr-xbin/test10
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/test b/bin/test
index 7b58776..e058fc5 100755
--- a/bin/test
+++ b/bin/test
@@ -1,17 +1,7 @@
#!/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
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 test