Merge branch 'master' of https://github.com/chernetsov/jasmine into chernetsov-master

Fix #678 Close #679
This commit is contained in:
slackersoft
2014-09-25 12:55:49 -07:00
4 changed files with 5 additions and 2 deletions

View File

@@ -75,6 +75,7 @@ describe("FakeDate", function() {
mockDate.install();
expect(new fakeGlobal.Date()).toEqual(jasmine.any(Date));
expect(new fakeGlobal.Date() instanceof fakeGlobal.Date).toBe(true);
});
it("fakes current time when using Date.now()", function() {