(uri)
| 16 | macros = helpers.macros; |
| 17 | |
| 18 | function assertBark(uri) { |
| 19 | return macros.assertGet( |
| 20 | 9090, |
| 21 | uri, |
| 22 | 'hello from (bark)' |
| 23 | ); |
| 24 | } |
| 25 | |
| 26 | vows.describe('director/http').addBatch({ |
| 27 | "An instance of director.http.Router": { |
no outgoing calls
no test coverage detected
searching dependent graphs…