j3k0 / ganomede-invitations

Ganomede Invitations
0 stars 0 forks source link

Split index.js and move out server creation #3

Open elmigranto opened 9 years ago

elmigranto commented 9 years ago

Since we are switching to using real restify in tests, it would make sense to move out server setup to separate file exporting RestifyServer instance, so we could require it in tests and have same settings, plugins, middleware chain, etc. both, in real app and in test environment.