Sha256: f85d80cebbb264a76000ca1bfec88cc580b1b6cc4013c1b94c405aeecdf3153a
Contents?: true
Size: 696 Bytes
Versions: 17
Compression:
Stored size: 696 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.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
17 entries across 17 versions & 4 rubygems