Skip to content

Instantly share code, notes, and snippets.

@sdepold
Created June 10, 2010 13:01
Show Gist options
  • Save sdepold/432955 to your computer and use it in GitHub Desktop.
Save sdepold/432955 to your computer and use it in GitHub Desktop.
var kiwi = require("kiwi")
kiwi.require("NoSpec")
new NoSpec()
.define("myLib", __dirname + "/../lib/myLib", "MyLib")
.load(__dirname + "/myLibSpec")
.run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment