remove unnecessary test/support/http

backport of 643397ed21
This commit is contained in:
Jonathan Ong
2014-03-05 22:06:14 -08:00
committed by Douglas Christopher Wilson
parent 566720be15
commit 328c6d3060
69 changed files with 117 additions and 119 deletions

View File

@@ -1,6 +1,6 @@
var express = require('../')
, request = require('./support/http');
, request = require('supertest');
describe('req', function(){
describe('.subdomains', function(){