Update phantom spec version test

1.5
Baffo32 2012-02-13 08:00:03 -05:00 committed by Ariya Hidayat
parent 1411ebdff6
commit 9d1c2e90ac
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ describe("phantom global object", function() {
expect(phantom.version.major).toEqual(1);
});
it("should return 4 as the minor version", function() {
expect(phantom.version.minor).toEqual(4);
it("should return 5 as the minor version", function() {
expect(phantom.version.minor).toEqual(5);
});
it("should return 0 as the patch version", function() {