diff --git a/spec/core/AsyncExpectationSpec.js b/spec/core/AsyncExpectationSpec.js index 3d4eb426..9b2e3f26 100644 --- a/spec/core/AsyncExpectationSpec.js +++ b/spec/core/AsyncExpectationSpec.js @@ -228,6 +228,8 @@ describe('AsyncExpectation', function() { describe('async matchers', function() { it('makes custom matchers available to this expectation', function() { + jasmine.getEnv().requirePromises(); + var asyncMatchers = { toFoo: function() {}, toBar: function() {}