Comparing version 0.0.5 to 0.0.6
@@ -193,2 +193,5 @@ // Generated by CoffeeScript 1.9.1 | ||
return fullDescription; | ||
}, | ||
combine: function(nextDescription) { | ||
return buildDescription("" + fullDescription + (nextDescription.get())); | ||
} | ||
@@ -296,2 +299,3 @@ }; | ||
promiseBuilder: promiseBuilder, | ||
descriptionBuilder: descriptionBuilder, | ||
crossCombineResults: crossCombineResults, | ||
@@ -356,3 +360,3 @@ resultTo: function(result) { | ||
}); | ||
return bdd(descriptionBuilder, nextPromiseBuilder); | ||
return bdd(descriptionBuilder.combine(rightBdd.descriptionBuilder), nextPromiseBuilder); | ||
}, | ||
@@ -359,0 +363,0 @@ done: function(arg1) { |
{ | ||
"name": "gwt", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Given, when, then", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14030
381