Skip to content

Instantly share code, notes, and snippets.

@lemonmade
Last active February 1, 2016 16:13
Show Gist options
  • Select an option

  • Save lemonmade/5f0dc0438d1d8fa7904d to your computer and use it in GitHub Desktop.

Select an option

Save lemonmade/5f0dc0438d1d8fa7904d to your computer and use it in GitHub Desktop.
chai = require('chai')
beforeEach ->
this.assert = chai.assert
require('./helper')
describe 'Example', ->
it 'works', ->
@assert.true(true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment