coffeescript-support/templates/Spec.js
Christopher H. Laco e1f7292ac1 Removed extra space
2011-02-02 00:21:37 -05:00

10 lines
141 B
JavaScript

describe('', function () {
beforeEach(function () {
});
it('should...', function () {
expect(condition).toEqual();
});
});