From 9df1edbdc9c7d74411f659752a460a5c53fc4658 Mon Sep 17 00:00:00 2001 From: Gregg Van Hove Date: Wed, 28 Sep 2016 10:40:53 -0700 Subject: [PATCH] Use the passed in `env` to pend browsers so IE8 works --- spec/helpers/checkForSet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/helpers/checkForSet.js b/spec/helpers/checkForSet.js index 6856a0e3..eb31aed7 100644 --- a/spec/helpers/checkForSet.js +++ b/spec/helpers/checkForSet.js @@ -14,7 +14,7 @@ env.requireFunctioningSets = function() { if (!hasFunctioningSets()) { - pending("Browser has incomplete or missing support for Sets"); + env.pending("Browser has incomplete or missing support for Sets"); } };