Skip to content

Instantly share code, notes, and snippets.

@konsumer
Created October 9, 2012 21:24
Show Gist options
  • Save konsumer/3861562 to your computer and use it in GitHub Desktop.
Save konsumer/3861562 to your computer and use it in GitHub Desktop.
vows.describe = function(title){
return {
addBatch:function(tests){
for(i in tests){
test(i, tests[i]);
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment