diff options
Diffstat (limited to 'script/test-run')
-rwxr-xr-x | script/test-run | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/script/test-run b/script/test-run deleted file mode 100755 index 7810b57d5..000000000 --- a/script/test-run +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -cd ../ -bundle exec rake spec - |