Sha256: 0303e6b08cc6fa16d468ed49f9a11fdf6109e4b126721fb7f0af7155190f45c0
Contents?: true
Size: 723 Bytes
Versions: 7
Compression:
Stored size: 723 Bytes
Contents
load('spec/support/env.js') Envjs('spec/fixtures/test.html') load('spec/support/jquery.js') load('lib/jspec.js') load('lib/jspec.xhr.js') load('lib/jspec.growl.js') load('lib/jspec.jquery.js') load('spec/unit/helpers.js') load('spec/unit/spec.grammar-less.js') JSpec .exec('spec/unit/spec.grammar.js') .exec('spec/unit/spec.js') .exec('spec/unit/spec.matchers.js') .exec('spec/unit/spec.utils.js') .exec('spec/unit/spec.jquery.js') .exec('spec/unit/spec.fixtures.js') .exec('spec/unit/spec.shared-behaviors.js') .exec('spec/unit/spec.modules.js') .exec('spec/unit/spec.xhr.js') .exec('spec/unit/spec.jquery.xhr.js') .run({ reporter: JSpec.reporters.Terminal, failuresOnly: true, fixturePath: 'spec/fixtures' }) .report()
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
jspec-3.2.1 | spec/rhino.js |
jspec-3.2.0 | spec/rhino.js |
jspec-3.1.3 | spec/rhino.js |
jspec-3.1.2 | spec/rhino.js |
jspec-3.1.1 | spec/rhino.js |
jspec-3.1.0 | spec/rhino.js |
jspec-3.0.0 | spec/rhino.js |