aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Cutts <shaun@cuttshome.net>2016-04-23 02:20:48 -0400
committerShaun Cutts <shaun@cuttshome.net>2016-04-23 02:20:48 -0400
commitea5b1d80b8ec0ff3648a342678bb5816656757a2 (patch)
tree042447a0fe0649697f9e5c65351aeda90eab0b75
parent057917e97e67d5e8c03047852b7238d5c7f728f0 (diff)
downloadpackages-ea5b1d80b8ec0ff3648a342678bb5816656757a2.tar.gz
packages-ea5b1d80b8ec0ff3648a342678bb5816656757a2.zip
Adding "cucumber_nim"
-rw-r--r--packages.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index f46ee31..6bda4a9 100644
--- a/packages.json
+++ b/packages.json
@@ -4601,5 +4601,16 @@
"description": "websockets for nim",
"license": "MIT",
"web": "https://github.com/niv/websocket.nim"
+ },
+ {
+ "name": "cucumber",
+ "url": "https://github.com/shaunc/cucumber_nim",
+ "method": "git",
+ "tags": [
+ "testing", "cucumber", "bdd"
+ ],
+ "description": "implements the cucumber BDD framework in the nim language",
+ "license": "MIT",
+ "web": "https://github.com/shaunc/cucumber_nim"
}
]