Sha256: ca188a7dc16547ff1f3d68caea4d70708f6c674d0d5fb47b7fcb484420c85c51

Contents?: true

Size: 524 Bytes

Versions: 5

Compression:

Stored size: 524 Bytes

Contents

// jasmine spec runner: created by "jasnode init"

// default modules required by almost everything
var sys = require('sys');
http = require('http');

// tell node where to look for spec libraries
require.paths.push("../lib");

// jasnode.js is a file created by jasnode. It contains Pivotal's jasmine and additional wrapper code as needed to run jasmine specs.
var jasmine = require('jasnode');

// server.js is the example file built by the templage, replace with your own
server = require('server');

jasmine.run_specs();

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jasnode-0.4.3.0 templates/spec/runner.js
jasnode-0.4.2.0 templates/spec/runner.js
jasnode-0.4.1.0 templates/spec/runner.js
jasnode-0.4.0.0 templates/spec/runner.js
jasnode-0.2.0.0 templates/spec/runner.js