From ea5b1d80b8ec0ff3648a342678bb5816656757a2 Mon Sep 17 00:00:00 2001 From: Shaun Cutts Date: Sat, 23 Apr 2016 02:20:48 -0400 Subject: [PATCH] Adding "cucumber_nim" --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) 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" } ]