Evan Worley
Evan Worley
Added one more fix which addresses an unchecked call to test.callback() in assertResponse. The problem is that test.callback only exists if the Test has multiple tests, otherwise it's null. The...
Two more fixes 1) Allowing nested assert.response by properly decrementing server.__pending 2) Fixing test failure reporting wrong test when running in parallel
Hi Eric, It appears that expresso is mostly dead. We switched to Mocha (http://visionmedia.github.com/mocha/) a few months ago, and I'd suggest you do the same. Unless you want to maintain...
+1 - This is exactly what I need as well. My case is slightly different in that protected routes are not added until we verify the users authentication, which is...
I think the right solution would be to define a match score on the pattern, similar to how CSS selector specificity and order works. The `*` selector should have a...
It might be worth considering. I don't know many interesting products that build complete stand-alone html documents. Everyone is using frameworks, templates, etc.
+1 for this, I would love to be able to have my hubot send a response with action buttons