summary refs log tree commit diff stats
path: root/tests/deps/jester-#head/jester.nimble
diff options
context:
space:
mode:
Diffstat (limited to 'tests/deps/jester-#head/jester.nimble')
-rw-r--r--tests/deps/jester-#head/jester.nimble22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/deps/jester-#head/jester.nimble b/tests/deps/jester-#head/jester.nimble
deleted file mode 100644
index a1306c525..000000000
--- a/tests/deps/jester-#head/jester.nimble
+++ /dev/null
@@ -1,22 +0,0 @@
-# Package
-
-version       = "0.4.3" # Be sure to update jester.jesterVer too!
-author        = "Dominik Picheta"
-description   = "A sinatra-like web framework for Nim."
-license       = "MIT"
-
-skipFiles = @["todo.markdown"]
-skipDirs = @["tests"]
-
-# Deps
-
-requires "nim >= 0.18.1"
-
-when not defined(windows):
-  requires "httpbeast >= 0.2.2"
-
-# For tests
-requires "https://github.com/timotheecour/asynctools#pr_fix_compilation"
-
-task test, "Runs the test suite.":
-  exec "nimble c -y -r tests/tester"