Skip to content

Instantly share code, notes, and snippets.

@tj
Created July 2, 2009 17:15
Show Gist options
  • Save tj/139598 to your computer and use it in GitHub Desktop.
Save tj/139598 to your computer and use it in GitHub Desktop.
load('/Library/Ruby/Gems/1.8/gems/visionmedia-jspec-2.4.2/lib/jspec.js')
load('lib/express.core.js')
load('lib/express.mime.js')
load('lib/express.view.js')
JSpec
.exec('spec/spec.core.js')
.exec('spec/spec.routing.js')
.exec('spec/spec.mime.js')
.exec('spec/spec.view.js')
.run({ failuresOnly : true, formatter : JSpec.formatters.Terminal })
.report()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment