Sha256: 834e737b61680dab276f28ff1db0d068141e6acfd1a26b0c99737c82feb955d3

Contents?: true

Size: 378 Bytes

Versions: 3

Compression:

Stored size: 378 Bytes

Contents

head
  meta(charset="utf-8")
  - var nodeModulesPath = '../../../node_modules/'
  script(src=nodeModulesPath + 'mocha/mocha.js')
  script(src=nodeModulesPath + 'chai/chai.js')
  script.
    mocha.ui('bdd');
    mocha.reporter('html');
    var should = chai.should();
  script(src='../../lib/js/test-helper.js')
  link(rel='stylesheet', href=nodeModulesPath + 'mocha/mocha.css')

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cyclist-0.4.0 vendor/raster/test/src/jade/includes/head.jade
cyclist-0.3.0 vendor/raster/test/src/jade/includes/head.jade
cyclist-0.2.0 vendor/raster/test/src/jade/includes/head.jade