Last active
February 1, 2016 16:13
-
-
Save lemonmade/5f0dc0438d1d8fa7904d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| chai = require('chai') | |
| beforeEach -> | |
| this.assert = chai.assert |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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