diff --git a/spec/suites/MatchersSpec.js b/spec/suites/MatchersSpec.js index 88fd96bc..536bc487 100644 --- a/spec/suites/MatchersSpec.js +++ b/spec/suites/MatchersSpec.js @@ -767,14 +767,12 @@ describe("jasmine.Matchers", function() { }); it('should throw an exception when invoked on a non-spy', shouldThrowAnExceptionWhenInvokedOnANonSpy('wasNotCalledWith')); - }); - }); describe("all matchers", function() { it("should return null, for futureproofing, since we might eventually allow matcher chaining", function() { expect(match(true).toBe(true)).toBeUndefined(); - }) - }) + }); + }); });