Skip to content

Instantly share code, notes, and snippets.

@tj
Created July 7, 2009 01:13
Show Gist options
  • Save tj/141804 to your computer and use it in GitHub Desktop.
Save tj/141804 to your computer and use it in GitHub Desktop.
load('lib/jspec.js')
load('spec/modules.js')
load('spec/spec.grammar-less.js')
JSpec
.exec('spec/spec.grammar.js')
.exec('spec/spec.js')
.exec('spec/spec.matchers.js')
.exec('spec/spec.utils.js')
.exec('spec/spec.shared-behaviors.js')
.exec('spec/spec.modules.js')
.run({ formatter : JSpec.formatters.Terminal, failuresOnly : true })
.report()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment