refactor app.coffee

This commit is contained in:
jysperm
2014-10-17 02:22:05 +08:00
parent c12d0243af
commit 77d98fe032
13 changed files with 190 additions and 145 deletions

5
test/support/env.coffee Normal file
View File

@@ -0,0 +1,5 @@
process.env.NODE_ENV = 'test'
require("chai").should()
global.application = require '../../../app'