diff options
author | Azul <azul@riseup.net> | 2012-10-14 15:30:51 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2012-10-14 15:30:51 +0200 |
commit | 6caf581e26c989ec5e2154aa60d6526ff956e381 (patch) | |
tree | 6d99640d129e2271340902c1fe479f1e851dfcbd /spec/specHelper.js | |
parent | 1c0454cbb1c0b8d75a3c192ff588365ef8bc19d0 (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.js | 1 |
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); |