_ = require('lodash')
{ expect } = require('chai')
superagent = require('superagent')

PORT = process.env.PORT or 7001

describe "[{{ project }}]", ->
  it 'Test me!'

