aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-04-23 10:37:07 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2016-04-23 10:37:07 +0100
commit4121130cb3113fe50c6d8a38f998fa752bc659d2 (patch)
tree042447a0fe0649697f9e5c65351aeda90eab0b75
parent057917e97e67d5e8c03047852b7238d5c7f728f0 (diff)
parentea5b1d80b8ec0ff3648a342678bb5816656757a2 (diff)
downloadpackages-4121130cb3113fe50c6d8a38f998fa752bc659d2.tar.gz
packages-4121130cb3113fe50c6d8a38f998fa752bc659d2.zip
Merge pull request #346 from shaunc/master
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"
}
]