Sha256: 9cf7adb1ee387cc7506f2c71a8b0d780f729aa127abc890956df8b8338f369a3
Contents?: true
Size: 364 Bytes
Versions: 4
Compression:
Stored size: 364 Bytes
Contents
var vows = require("vows"), load = require("../load"), assert = require("../assert"); var suite = vows.describe("d3.version"); suite.addBatch({ "version": { topic: load().expression("d3.version"), "has the form major.minor.patch": function(version) { assert.match(version, /^[0-9]+\.[0-9]+\.[0-9]+/); } } }); suite.export(module);
Version data entries
4 entries across 4 versions & 2 rubygems