Isaac W
Isaac W
Example: suppose `djsd` receives a `GET /github.com.js` Previously, we would only look for `~/.js/github.com.js`. Now, the following would also appear (if present): - `~/.js/github.com/pull-request-edit-button.js` - `~/.js/janl/github.com.js` - `~/.js/janl/github.com/gpl-warning.js` This should...
See https://github.com/yonaskolb/Mint/issues/199, when installing and there's no parent dir for `MINT_PATH`, the install fails with a somewhat inscrutable error message (it takes a little digging to figure out what's wrong)....
NOTE: This is a pull request after the fact to bring the version on Github in line with the one we're releasing.
NOTE: This is a pull request after the fact to bring the version on Github in line with the one we're releasing.
There should be a way to define and call helper functions like "log in" or "today's date", etc. However, we need to define: ## Where should the functions be defined?...
Ideally, each test should be represented as a request/response pair, which themselves can be transformed into tests or what have you. Use something like https://github.com/substack/node-parsley (or node http parsing, if...
This is stubbed out, but hasn't actually been implemented due to the current way we use vows.