Comparing version 0.3.1 to 0.3.2
@@ -900,3 +900,3 @@ !function (name, definition) { | ||
exports.version = '0.3.1'; | ||
exports.version = '0.3.2'; | ||
@@ -1464,3 +1464,3 @@ exports.Assertion = require('./assertion'); | ||
/** | ||
* # .throws(function, [constructor], [message]) | ||
* # .throws(function, [constructor/regexp], [message]) | ||
* | ||
@@ -1470,3 +1470,2 @@ * Assert that a function will throw a specific | ||
* | ||
* var fn = function () { throw new ReferenceError(''); } | ||
* assert.throw(fn, ReferenceError, 'function throw reference error'); | ||
@@ -1493,3 +1492,3 @@ * | ||
/** | ||
* # .doesNotThrow(function, [constructor], [message]) | ||
* # .doesNotThrow(function, [constructor/regexp], [message]) | ||
* | ||
@@ -1496,0 +1495,0 @@ * Assert that a function will throw a specific |
0.3.2 / 2012-02-10 | ||
================== | ||
* codex version | ||
* docs | ||
* docs cleanup | ||
0.3.1 / 2012-02-07 | ||
@@ -3,0 +10,0 @@ ================== |
@@ -10,3 +10,3 @@ /*! | ||
exports.version = '0.3.1'; | ||
exports.version = '0.3.2'; | ||
@@ -13,0 +13,0 @@ exports.Assertion = require('./assertion'); |
@@ -474,3 +474,3 @@ /*! | ||
/** | ||
* # .throws(function, [constructor], [message]) | ||
* # .throws(function, [constructor/regexp], [message]) | ||
* | ||
@@ -480,3 +480,2 @@ * Assert that a function will throw a specific | ||
* | ||
* var fn = function () { throw new ReferenceError(''); } | ||
* assert.throw(fn, ReferenceError, 'function throw reference error'); | ||
@@ -503,3 +502,3 @@ * | ||
/** | ||
* # .doesNotThrow(function, [constructor], [message]) | ||
* # .doesNotThrow(function, [constructor/regexp], [message]) | ||
* | ||
@@ -506,0 +505,0 @@ * Assert that a function will throw a specific |
@@ -6,3 +6,3 @@ { | ||
"keywords": [ "test", "assertion", "assert", "testing" ], | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"repository": { | ||
@@ -25,4 +25,4 @@ "type": "git", | ||
"mocha": "*", | ||
"codex": "0.0.6" | ||
"codex": "0.2.x" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
4214