Correctly check for Symbols, not Sets in AnythingSpec

This commit is contained in:
Gregg Van Hove
2018-01-12 17:45:00 -08:00
parent 91aab8e1b8
commit f76b452816

View File

@@ -48,7 +48,7 @@ describe("Anything", function() {
});
it("matches a Symbol", function() {
jasmine.getEnv().requireFunctioningSets();
jasmine.getEnv().requireFunctioningSymbols();
var anything = new jasmineUnderTest.Anything();