diff --git a/README.md b/README.md
index 9abb0a9dd..c19031934 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +89,7 @@ A list of upcoming features is available on our [roadmap](https://github.com/lod
## Support
-Tested in Chrome 5~32, Firefox 2~26, IE 6-11, Opera 9.25~18, Safari 3-7, Node.js 0.6.21~0.10.24, Narwhal 0.3.2, PhantomJS 1.9.2, RingoJS 0.9, & Rhino 1.7RC5.
+Tested in Chrome 5~32, Firefox 2~26, IE 6-11, Opera 9.25~18, Safari 3-7, Node.js 0.6.21~0.10.25, Narwhal 0.3.2, PhantomJS 1.9.2, RingoJS 0.9, & Rhino 1.7RC5.
Automated browser test results [are available](https://saucelabs.com/u/lodash) as well as [Travis CI](https://travis-ci.org/) builds for [lodash](https://travis-ci.org/lodash/lodash/), [lodash-cli](https://travis-ci.org/lodash/lodash-cli/), [lodash-amd](https://travis-ci.org/lodash/lodash-amd/), [lodash-node](https://travis-ci.org/lodash/lodash-node/), & [grunt-lodash](https://travis-ci.org/lodash/grunt-lodash).
Special thanks to [Sauce Labs](https://saucelabs.com/) for providing automated browser testing.
diff --git a/vendor/benchmark.js/benchmark.js b/vendor/benchmark.js/benchmark.js
index 4f245d786..0ec20b5b2 100644
--- a/vendor/benchmark.js/benchmark.js
+++ b/vendor/benchmark.js/benchmark.js
@@ -120,7 +120,7 @@
* @static
* @memberOf Benchmark
* @param {Object} [context=root] The context object.
- * @returns {Function} Returns the `Benchmark` function.
+ * @returns {Function} Returns a new `Benchmark` function.
*/
function runInContext(context) {
// exit early if unable to acquire lodash
diff --git a/vendor/qunit-extras/qunit-extras.js b/vendor/qunit-extras/qunit-extras.js
index d4e03f7a6..3f6be2947 100644
--- a/vendor/qunit-extras/qunit-extras.js
+++ b/vendor/qunit-extras/qunit-extras.js
@@ -391,6 +391,9 @@
/*------------------------------------------------------------------------*/
+ // replace poisoned `raises` method
+ context.raises = QUnit.raises = QUnit['throws'] || QUnit.raises;
+
// add logging extras
if (isPhantomPage || !document) {