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"); } };