assert = require('assert')

describe 'Test Suite', ->
  it 'should not overcomplicate things, but be there to help', ->
    assert.ok 'sure'
