Skip to content

Instantly share code, notes, and snippets.

@swalke16
Created June 28, 2010 16:31
Show Gist options
  • Save swalke16/456060 to your computer and use it in GitHub Desktop.
Save swalke16/456060 to your computer and use it in GitHub Desktop.
load('lib/env.js')
Envjs('fixtures/basedocument.html')
load('lib/jspec.js')
load('lib/jspec.xhr.js')
load('../public/js/jquery-1.4.2.min.js')
load('../public/js/Configurator.ServiceProxy.js')
JSpec.options.disableColors = true;
JSpec
.exec('unit/spec.Configurator.ServiceProxy.js')
.run({ reporter: JSpec.reporters.Terminal, fixturePath: 'spec/fixtures' })
.report()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment