summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'tasks')
-rwxr-xr-xtasks/bin/run_chef_tests6
1 files changed, 0 insertions, 6 deletions
diff --git a/tasks/bin/run_chef_tests b/tasks/bin/run_chef_tests
deleted file mode 100755
index 363086e688..0000000000
--- a/tasks/bin/run_chef_tests
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-# Fail fast (e) and echo commands (vx)
-set -evx
-
-sudo -E $(which bundle) exec rake spec;