summaryrefslogtreecommitdiff
path: root/spec/specHelper.js
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2012-10-14 15:30:51 +0200
committerAzul <azul@riseup.net>2012-10-14 15:30:51 +0200
commit6caf581e26c989ec5e2154aa60d6526ff956e381 (patch)
tree6d99640d129e2271340902c1fe479f1e851dfcbd /spec/specHelper.js
parent1c0454cbb1c0b8d75a3c192ff588365ef8bc19d0 (diff)
got SRP v6a test setup and basic rest flow to work
* still need to fix the algo for auth * Also need to get the http verbs right
Diffstat (limited to 'spec/specHelper.js')
-rw-r--r--spec/specHelper.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/specHelper.js b/spec/specHelper.js
index 5db81ad..893f8a4 100644
--- a/spec/specHelper.js
+++ b/spec/specHelper.js
@@ -12,6 +12,7 @@ var specHelper = (function() {
this.respondXML = respondXML;
}
+ // TODO: validate http verb
function expectRequest(url, content) {
expect(this.requests.length).toBe(1);
expect(this.requests[0].url).toBe(url);