assert = require("chai").assert
expect = require("chai").expect

describe 'Your first test', ->
  it 'should be written by a brilliant mind such as yourself', ->
    expect(1).to.equal(1)
