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 08e990bd7..000000000
--- a/tests/deps/jester-#head/jester.nimble
+++ /dev/null
@@ -1,22 +0,0 @@
-# Package
-
-version       = "0.4.0" # 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.0"
-
-# For tests
-requires "asynctools"
-
-task test, "Runs the test suite.":
-  exec "nimble c -y -r tests/tester"
\ No newline at end of file