Explorar o código

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

Tatsuya Ise %!s(int64=8) %!d(string=hai) anos
pai
achega
da8d74f042
Modificáronse 1 ficheiros con 2 adicións e 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;