Skip to content

Instantly share code, notes, and snippets.

@leeola
Created April 30, 2012 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leeola/a601383d91e6a1bd468f to your computer and use it in GitHub Desktop.
Save leeola/a601383d91e6a1bd468f to your computer and use it in GitHub Desktop.
#!/usr/bin/env node
//
// test/creation.js
//
// @copyright 2012 by Lee Olayvar
//
/*jshint asi: true, laxbreak: true*/
var should = require('should')
var tork_lib = require('../lib')
// These are here so my IDE will shut the hell up.
var before = global.before
, beforeEach = global.beforeEach
, describe = global.describe
, it = global.it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment