Skip to content

Commit

Permalink
orm option
Browse files Browse the repository at this point in the history
  • Loading branch information
ddo committed Mar 7, 2014
1 parent 6d68e34 commit 39cde66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ describe("Options Testing", function() {

before(function(done) {
//start server
require('../index')(function(err, mvc) {
require('../index')({
orm: orm
}, function(err, mvc) {
_err = err;
_mvc = mvc;

Expand Down

0 comments on commit 39cde66

Please sign in to comment.