assert = require 'assert'

describe 'main', ->
  it 'should be true', ->
    x = true
    assert.equal x, true
