From 6caf581e26c989ec5e2154aa60d6526ff956e381 Mon Sep 17 00:00:00 2001 From: Azul Date: Sun, 14 Oct 2012 15:30:51 +0200 Subject: 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 --- spec/specHelper.js | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/specHelper.js') 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); -- cgit v1.2.3