(header)
| 2698 | } |
| 2699 | |
| 2700 | function shouldNotHaveHeader(header) { |
| 2701 | return function (res) { |
| 2702 | assert.ok(!(header.toLowerCase() in res.headers), 'should not have ' + header + ' header') |
| 2703 | } |
| 2704 | } |
| 2705 | |
| 2706 | function shouldNotSetSessionInStore(store) { |
| 2707 | var _set = store.set |