Skip to content

Instantly share code, notes, and snippets.

@IanWhalen
Created August 26, 2013 14:45
Show Gist options
  • Save IanWhalen/6342196 to your computer and use it in GitHub Desktop.
Save IanWhalen/6342196 to your computer and use it in GitHub Desktop.
chai = require 'chai'
chai.should()
{Class} = require '../class'
describe 'Class', ->
it 'exists', ->
Class.should.be.ok
chai = require 'chai'
chai.should()
{Class} = require '../class'
{Subclass} = require '../subclass'
describe 'Subclass', ->
it 'exists', ->
Subclass.should.be.ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment