Skip to content

Commit 49323b4

Browse files
committed
Removes unused connection in ORM test
1 parent 7051c94 commit 49323b4

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

test/integration/orm-exports.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,6 @@ var common = require('../common');
66
var ORM = require('../../');
77

88
describe("ORM", function() {
9-
var db = null;
10-
11-
before(function (done) {
12-
helper.connect(function (connection) {
13-
db = connection;
14-
15-
return done();
16-
});
17-
});
18-
19-
after(function () {
20-
return db.close();
21-
});
22-
239
describe("when loaded", function () {
2410
it("should expose .express(), .use() and .connect()", function (done) {
2511
ORM.express.should.a("function");

0 commit comments

Comments
 (0)