Write tests for the new URL form

This commit is contained in:
Rowan Manning
2013-11-22 09:17:44 +00:00
parent b5735b7f05
commit ae5b214834
6 changed files with 155 additions and 8 deletions

View File

@@ -21,7 +21,8 @@ function createNavigator (baseUrl, store) {
method: opts.method || 'GET',
body: opts.body,
json: true,
qs: opts.query
qs: opts.query,
followAllRedirects: true
}, function (err, res, body) {
store.body = body;