소스 검색

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

Tatsuya Ise 8 년 전
부모
커밋
da8d74f042
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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;