aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPhil Crosby2012-06-10 02:05:17 -0700
committerPhil Crosby2012-06-10 02:05:17 -0700
commit2207fcf6a66b96536dd805b0b9c2f2825980bf63 (patch)
tree0b0647e04cfb94c366997e524e4a1494acfc6b35 /tests
parente4f407af24524ef70b910ef18af1a4d14f829598 (diff)
downloadvimium-2207fcf6a66b96536dd805b0b9c2f2825980bf63.tar.bz2
Run all tests from within the Cakefile. Not sure why I used a subprocess before.
Maybe to make any stacktraces thrown by tests shorter.
Diffstat (limited to 'tests')
-rw-r--r--tests/completion_test.coffee2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/completion_test.coffee b/tests/completion_test.coffee
index a46dbbf2..e27a188f 100644
--- a/tests/completion_test.coffee
+++ b/tests/completion_test.coffee
@@ -163,5 +163,3 @@ filterCompleter = (completer, queryTerms) ->
results
hours = (n) -> 1000 * 60 * 60 * n
-
-Tests.run() \ No newline at end of file