Comparing version 0.0.28 to 0.0.29
@@ -360,3 +360,5 @@ // Generated by CoffeeScript 1.9.2 | ||
return chains.forEach(function(chain, chainsIndex) { | ||
return bddIt("" + chain[0].description, function(done) { | ||
return bddIt("" + (_.find(chain, function(c) { | ||
return c.description; | ||
}).description), function(done) { | ||
chain.forEach(function(arg2) { | ||
@@ -363,0 +365,0 @@ var thenFn; |
{ | ||
"name": "gwt", | ||
"version": "0.0.28", | ||
"version": "0.0.29", | ||
"description": "Given, when, then", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
32025
575