Explorar el Código

# Feature/196, 198, 199 Grouping users
* Fix test of page model.

Tatsuya Ise hace 8 años
padre
commit
da8d74f042
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      test/models/page.test.js

+ 2 - 0
test/models/page.test.js

@@ -9,6 +9,8 @@ chai.use(sinonChai);
 describe('Page', () => {
   var Page = utils.models.Page,
     User   = utils.models.User,
+    PageGroupRelation = utils.models.PageGroupRelation,
+    UserGroupRelation = utils.models.UserGroupRelation,
     conn   = utils.mongoose.connection,
     createdPages,
     createdUsers;