Sha256: d0e8711a28efad89608c98ff02020a2105237e47e6c53ca7138055bfe2722b5d

Contents?: true

Size: 532 Bytes

Versions: 6

Compression:

Stored size: 532 Bytes

Contents

require.paths.unshift('./lib', './spec');

require("jspec")
require("unit/helpers")

JSpec
.exec('spec/unit/spec.js')
.exec('spec/unit/spec.utils.js')
.exec('spec/unit/spec.modules.js')
.exec('spec/unit/spec.matchers.js')
.exec('spec/unit/spec.shared-behaviors.js')
.exec('spec/unit/spec.grammar.js')
.exec('spec/unit/spec.grammar-less.js')
//.exec('spec/unit/spec.fixtures.js') TODO: when exceptions bubble properly uncomment
.run({ reporter: JSpec.reporters.Terminal, failuresOnly: true, fixturePath: 'spec/fixtures' })
.report()

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
jspec-steventux-3.3.2.1 spec/node.js
jspec-steventux-3.3.2 spec/node.js
jspec-3.3.3 spec/node.js
jspec-3.3.2 spec/node.js
jspec-3.3.1 spec/node.js
jspec-3.3.0 spec/node.js