Sha256: c4ac7ed28da287d00243ff3f956296696c13bf1d54b80a156120b9fb4df10cad

Contents?: true

Size: 401 Bytes

Versions: 10

Compression:

Stored size: 401 Bytes

Contents

var vows = require('../../../lib/vows'),
    assert = require('assert');

var obvious;
vows.describe('passing').addBatch({
  'Obvious test': obvious = {
    topic: function () {
      this.callback(null, true);
    },
    'should work': function (result) {
      assert.ok(result);
    }
  },
  'Obvious test #2': obvious,
  'Obvious test #3': obvious,
  'Obvious test #4': obvious
}).export(module);

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
vulcan-0.3.0 server/node_modules/cradle/node_modules/vows/test/fixtures/isolate/passing.js
vulcan-0.1.6 server/node_modules/cradle/node_modules/vows/test/fixtures/isolate/passing.js
vulcan-0.1.5 server/node_modules/cradle/node_modules/vows/test/fixtures/isolate/passing.js
vulcan-0.1.4 server/node_modules/cradle/node_modules/vows/test/fixtures/isolate/passing.js
vulcan-0.1.3 server/node_modules/cradle/node_modules/vows/test/fixtures/isolate/passing.js
vulcan-0.1.2 server/node_modules/cradle/node_modules/vows/test/fixtures/isolate/passing.js
vulcan-0.1.1 server/node_modules/cradle/node_modules/vows/test/fixtures/isolate/passing.js
vulcan-0.1.0 server/node_modules/cradle/node_modules/vows/test/fixtures/isolate/passing.js
vulcan-0.0.3 server/node_modules/cradle/node_modules/vows/test/fixtures/isolate/passing.js
vulcan-0.0.2 server/node_modules/cradle/node_modules/vows/test/fixtures/isolate/passing.js